From fcfbdbb51ab64d11b6acb95bc34d203257961dc3 Mon Sep 17 00:00:00 2001 From: Jakob Date: Wed, 12 Feb 2020 10:09:57 +0100 Subject: [PATCH] changed margin-top --- content/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/content/style.css b/content/style.css index 282daa2..0ad5215 100644 --- a/content/style.css +++ b/content/style.css @@ -46,6 +46,7 @@ grid-row: 3; } body { + margin-top: 10px; font-size:3em; } }