fix: spacing in menu items
This commit is contained in:
@@ -45,10 +45,10 @@ a:active {
|
||||
}
|
||||
|
||||
.menu {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
font-weight: bold;
|
||||
float: left;
|
||||
margin-top: 6.2%;
|
||||
margin-left: 0.5%;
|
||||
margin-top: 6.4%;
|
||||
}
|
||||
|
||||
body {
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
<a href="./index.html"><img alt="Spike" src="images/spike.jpg" id="spike"></a>
|
||||
</a>
|
||||
<div class="menu">
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user