From 26676a98a21802ae6885e4683059ae0a5b1036da Mon Sep 17 00:00:00 2001 From: Kaisaan <34224128+Kaisaan@users.noreply.github.com> Date: Tue, 26 Oct 2021 00:38:02 -0400 Subject: [PATCH] Update style.css --- css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index c34a870..bfc9761 100644 --- a/css/style.css +++ b/css/style.css @@ -2,12 +2,16 @@ body { font-family: 'Roboto', sans-serif; - font-size: 100%; + font-size: large; background-color: #EFEFEF; margin: 0; padding: 0; } +p, h1, h2 { + font-size: 1em; +} + .navbar ul { font-size: 1rem; list-style-type: none;