aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2025-03-29 00:03:55 -0500
committerParker <contact@pkrm.dev>2025-03-29 00:03:55 -0500
commiteb32480366a7a68b33d4ede08d331b735c2e0304 (patch)
treeee69c90a26e18a729542b71fef466a175e9bafdc
parenta46359bfe7b0698ea293e2dda5d9b29d8bf58a5c (diff)
move body tag
-rw-r--r--css/index.css8
-rw-r--r--index.html8
2 files changed, 8 insertions, 8 deletions
diff --git a/css/index.css b/css/index.css
index 6d0372d..fb3180e 100644
--- a/css/index.css
+++ b/css/index.css
@@ -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;
diff --git a/index.html b/index.html
index c45c3d4..b357432 100644
--- a/index.html
+++ b/index.html
@@ -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>