aboutsummaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-01-23 19:35:26 +0000
committerAndrew Lee <alee14498@protonmail.com>2024-01-23 19:35:26 +0000
commit67f5db139b27e4dfeb8dc8a6837dc22b1b6de70c (patch)
treed1405378e6fbfef41819c2e6c3f842ed19a5af67 /src/styles
parent8825af4b3b18c4cea3bf798496022d72f8188faa (diff)
downloadpersonal-website-67f5db139b27e4dfeb8dc8a6837dc22b1b6de70c.tar.gz
personal-website-67f5db139b27e4dfeb8dc8a6837dc22b1b6de70c.tar.bz2
personal-website-67f5db139b27e4dfeb8dc8a6837dc22b1b6de70c.zip
Removed final "vh" and add easter egg
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/index.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/index.css b/src/styles/index.css
index 476d461..8df217d 100644
--- a/src/styles/index.css
+++ b/src/styles/index.css
@@ -37,7 +37,7 @@ p {
display: grid;
grid-template-columns: 1fr 0.7fr;
grid-template-rows: auto auto;
- gap: 2vh;
+ gap: 1em;
padding: 30px;
}