From ee50108e6a07c27b26d22a8794a784fc44db8a12 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Wed, 14 Mar 2018 18:58:24 +0000 Subject: [PATCH] Whoops, that broke the initial text. Doing it like this because I hate !important. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 9054cff..2ee1987 100755 --- a/style.css +++ b/style.css @@ -123,7 +123,7 @@ a:hover { transition: background 0.15s ease-in-out, border 0.5s ease-in-out, color 0.15s ease-in-out; } -#page .initial-text { +#page p.initial-text:first-child { font-size: 18pt; text-align: center; margin-top: 70px;