summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2024-07-06 17:51:32 -0500
committersanine <sanine.not@pm.me>2024-07-06 17:51:32 -0500
commit1611ea0b88044bc6bc98ddd1d7dc9d6011b7f05c (patch)
tree2a8d8c0cc7d06815fca99d257dd152e05dc193d5
parentf747a43eb9d410be0fe4e2cb6e340db9f949fbba (diff)
style updates
-rw-r--r--style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/style.css b/style.css
index e0c968d..69e4d75 100644
--- a/style.css
+++ b/style.css
@@ -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;