From a20a49a321b9ae787cb5b9b7470bdc3e796fd257 Mon Sep 17 00:00:00 2001 From: Kaisaan <34224128+Kaisaan@users.noreply.github.com> Date: Thu, 20 Jun 2024 21:22:25 -0400 Subject: [PATCH] Fix font size --- css/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 5fa2e43..5729ee3 100644 --- a/css/style.css +++ b/css/style.css @@ -18,16 +18,19 @@ } } +html { + font-size: 10px; +} + body { font-family: 'NDS12'; background-color: #EFEFEF; margin: 0; padding: 0; - font-size: 10px; } p, h1, h2 { - margin: 2em; + margin: 4rem; } p {