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

@@ -45,10 +45,10 @@ a:active {
} }
.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 {

View File

@@ -11,6 +11,7 @@
<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> </a>
<a href="pages/blog.html"> the blog</a> <a href="pages/blog.html"> the blog</a>
<a href="//github.com/ALittlePatate">github</a> <a href="//github.com/ALittlePatate">github</a>
<a href="pgp/key.txt">pgp key</a> <a href="pgp/key.txt">pgp key</a>