From c22f522c077236f5d10a2fe7334b5f0cc50f9ac8 Mon Sep 17 00:00:00 2001 From: Daoud Clarke Date: Sun, 19 Dec 2021 22:48:53 +0000 Subject: [PATCH] Improve styling --- static/index.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/static/index.css b/static/index.css index 5fa4635..bae1fd3 100644 --- a/static/index.css +++ b/static/index.css @@ -1,5 +1,9 @@ +html { + font-family: Verdana, Geneva, sans-serif; +} + p { - font-size: 30px; + font-size: 25px; width: 100%; white-space: nowrap; overflow: hidden; @@ -18,7 +22,7 @@ div { } #container { - width: 2100px; + width: 1024px; margin: 0 auto; } @@ -50,7 +54,8 @@ span .term { } .title { - color: black; + color: #1a0daa; + /* color: black; */ } .extract {