From 1ff58a7c5bf570c2ee7a0e99e904ff002447dbab Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 13 Apr 2023 15:48:14 +0000 Subject: [PATCH] make body text bigger and add top margin --- static/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/style.css b/static/style.css index 0f51cbc..4bb4cae 100644 --- a/static/style.css +++ b/static/style.css @@ -7,6 +7,8 @@ body { color: white; font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; line-height: 1.5; + font-size: 18px; + margin-top: 6rem; } a, a:link {