From 1611ea0b88044bc6bc98ddd1d7dc9d6011b7f05c Mon Sep 17 00:00:00 2001 From: sanine Date: Sat, 6 Jul 2024 17:51:32 -0500 Subject: style updates --- style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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; -- cgit v1.2.1