From b3a7bd8c91a62c51866ea0ad06e1b3aa22afd6a4 Mon Sep 17 00:00:00 2001 From: Quad Date: Thu, 12 Sep 2019 19:51:16 +0200 Subject: [PATCH] Fix initial spacing --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 02170fd..2532ae5 100755 --- a/style.css +++ b/style.css @@ -174,6 +174,8 @@ a:hover { #page p.initial-text:first-child { font-size: 18pt; text-align: center; + margin-top: 5px; + margin-bottom: 15px; } #page p.initial-text i {