move body tag
This commit is contained in:
parent
a46359bfe7
commit
eb32480366
@ -14,14 +14,6 @@ html #about a{
|
|||||||
fill: #444;
|
fill: #444;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
min-height: 200vh;
|
|
||||||
}
|
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
@ -30,6 +30,14 @@
|
|||||||
color: #9F9FAA;
|
color: #9F9FAA;
|
||||||
fill: #9F9FAA;
|
fill: #9F9FAA;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
min-height: 200vh;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script src="/js/toggle.js" defer></script>
|
<script src="/js/toggle.js" defer></script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user