move body tag

This commit is contained in:
Parker M. 2025-03-29 00:03:55 -05:00
parent a46359bfe7
commit eb32480366
Signed by: parker
GPG Key ID: 505ED36FC12B5D5E
2 changed files with 8 additions and 8 deletions

View File

@ -14,14 +14,6 @@ html #about a{
fill: #444;
}
body {
margin: 0;
padding: 0;
display: flex;
justify-content: center;
min-height: 200vh;
}
nav {
width: 100vw;
font-weight: 600;

View File

@ -30,6 +30,14 @@
color: #9F9FAA;
fill: #9F9FAA;
}
body {
margin: 0;
padding: 0;
display: flex;
justify-content: center;
min-height: 200vh;
}
</style>
<script src="/js/toggle.js" defer></script>