diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-01-23 19:35:26 +0000 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-01-23 19:35:26 +0000 |
| commit | 67f5db139b27e4dfeb8dc8a6837dc22b1b6de70c (patch) | |
| tree | d1405378e6fbfef41819c2e6c3f842ed19a5af67 /src/styles | |
| parent | 8825af4b3b18c4cea3bf798496022d72f8188faa (diff) | |
| download | personal-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.css | 2 |
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; } |
