aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparker <contact@pkrm.dev>2025-12-06 21:17:14 -0600
committerparker <contact@pkrm.dev>2025-12-06 21:17:14 -0600
commit612f36d05d577dae3b4440fb0befc8ca6afd7adf (patch)
tree131bd89a6be6db72a9d5383897aef2c59a24be6c
parentb102d57b124be641a59a2b05c43cfb1d4d5b568f (diff)
add bottom padding to end
-rw-r--r--css/index.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/index.css b/css/index.css
index 59f2b05..b4c4cc4 100644
--- a/css/index.css
+++ b/css/index.css
@@ -162,6 +162,7 @@ svg:hover {
#about {
margin-top: 100vh;
width: 1000px;
+ padding: 50px 0;
}