diff options
author | sanine <sanine.not@pm.me> | 2024-07-06 17:51:32 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2024-07-06 17:51:32 -0500 |
commit | 1611ea0b88044bc6bc98ddd1d7dc9d6011b7f05c (patch) | |
tree | 2a8d8c0cc7d06815fca99d257dd152e05dc193d5 | |
parent | f747a43eb9d410be0fe4e2cb6e340db9f949fbba (diff) |
style updates
-rw-r--r-- | style.css | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -34,6 +34,18 @@ body { min-height: 95vh; } +h1 { + font-size: 4em; +} +h2 { + font-size: 3em; +} + +p { + font-size: 2em; + padding: 1em; +} + .center { text-align: center; margin: auto; |