fix: spacing in menu items

This commit is contained in:
2024-04-22 09:08:17 +02:00
parent f40e14a64c
commit 806c5791c6
2 changed files with 14 additions and 13 deletions

View File

@@ -1,11 +1,11 @@
#spike {
float: left;
border-style:solid;
border-color:rgba(18,24,217,0.6);
border-color:rgba(18,24,217,0.6);
width: 10.1%;
height: auto;
max-width: 100%;
object-fit: cover;
max-width: 100%;
object-fit: cover;
}
/* centers the website */
@@ -39,16 +39,16 @@ a:active {
height: auto;
overflow:auto;
background-color: rgba(18,24,217,0.6);
top: 0;
left:0px;
right:0px;
top: 0;
left:0px;
right:0px;
}
.menu {
display: flex;
gap: 10px;
font-weight: bold;
float: left;
margin-top: 6.2%;
margin-left: 0.5%;
margin-top: 6.4%;
}
body {
@@ -81,4 +81,4 @@ a {
display: block;
margin-left: auto;
margin-right: auto;
}
}

View File

@@ -11,8 +11,9 @@
<a href="./index.html"><img alt="Spike" src="images/spike.jpg" id="spike"></a>
</a>
<div class="menu">
<a href="pages/blog.html">the blog</a>
<a href="//github.com/ALittlePatate">github</a>
<a> </a>
<a href="pages/blog.html"> the blog</a>
<a href="//github.com/ALittlePatate">github</a>
<a href="pgp/key.txt">pgp key</a>
</div>
</div>
@@ -47,4 +48,4 @@
<a href="//torproject.org"><img alt="Tor" src="images/footer/tor.gif" /></a>
</footer>
</body>
</html>
</html>