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