fix: spacing in menu items
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
#spike {
|
#spike {
|
||||||
float: left;
|
float: left;
|
||||||
border-style:solid;
|
border-style:solid;
|
||||||
border-color:rgba(18,24,217,0.6);
|
border-color:rgba(18,24,217,0.6);
|
||||||
width: 10.1%;
|
width: 10.1%;
|
||||||
height: auto;
|
height: auto;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* centers the website */
|
/* centers the website */
|
||||||
@@ -39,16 +39,16 @@ a:active {
|
|||||||
height: auto;
|
height: auto;
|
||||||
overflow:auto;
|
overflow:auto;
|
||||||
background-color: rgba(18,24,217,0.6);
|
background-color: rgba(18,24,217,0.6);
|
||||||
top: 0;
|
top: 0;
|
||||||
left:0px;
|
left:0px;
|
||||||
right:0px;
|
right:0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu {
|
.menu {
|
||||||
|
display: flex;
|
||||||
|
gap: 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
float: left;
|
margin-top: 6.4%;
|
||||||
margin-top: 6.2%;
|
|
||||||
margin-left: 0.5%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|||||||
@@ -11,8 +11,9 @@
|
|||||||
<a href="./index.html"><img alt="Spike" src="images/spike.jpg" id="spike"></a>
|
<a href="./index.html"><img alt="Spike" src="images/spike.jpg" id="spike"></a>
|
||||||
</a>
|
</a>
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<a href="pages/blog.html">the blog</a>
|
<a> </a>
|
||||||
<a href="//github.com/ALittlePatate">github</a>
|
<a href="pages/blog.html"> the blog</a>
|
||||||
|
<a href="//github.com/ALittlePatate">github</a>
|
||||||
<a href="pgp/key.txt">pgp key</a>
|
<a href="pgp/key.txt">pgp key</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user