From 2097b5d5974ffd7a5fa46d6861c1369fd323f964 Mon Sep 17 00:00:00 2001 From: Lazy Hippopotamus Date: Sat, 10 Jun 2023 13:05:34 -0400 Subject: [PATCH] things --- main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.css b/main.css index 43f2b1b..d2a18ff 100644 --- a/main.css +++ b/main.css @@ -97,6 +97,10 @@ h1 { font-size: 4em; } +#head-marker { + margin-top: 20vh; +} + #head-marker.scrolly-out + #headin { position: fixed; transition: background-color 0.3s, color 0.3s;