From f6be04d4d22d638e4115825a04ad2edced5e1a01 Mon Sep 17 00:00:00 2001 From: Kaisaan <34224128+Kaisaan@users.noreply.github.com> Date: Wed, 19 Jun 2024 23:44:20 -0400 Subject: [PATCH] Adjust font size --- css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index b990c4a..8d340a7 100644 --- a/css/style.css +++ b/css/style.css @@ -23,7 +23,7 @@ body { background-color: #EFEFEF; margin: 0; padding: 0; - font-size: 100%; + font-size: 10px; } p, h1, h2 { @@ -31,11 +31,11 @@ p, h1, h2 { } p { - font-size: 1em; + font-size: 2em; } h1 { - font-size: 2em; + font-size: 3em; margin-bottom: 0px; } @@ -94,7 +94,7 @@ a:active { } .dropdown .dropbtn { - font-size: 16px; + font-size: 2em; border: none; outline: none; color: white;