From 803a6bb264e0765b04707e66ef070d5b3baba3a0 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Fri, 31 Aug 2018 10:56:40 +0000 Subject: [PATCH] Now make the initial screen look less stupid New sizing kinda made it look stupid. So make it less stupid looking. --- index.html | 5 ++++- style.css | 7 +++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index d8e4cd4..1292a90 100755 --- a/index.html +++ b/index.html @@ -33,7 +33,10 @@
-

Click a button!

+

+
+ Click a button! +

diff --git a/style.css b/style.css index db9da45..6b66938 100755 --- a/style.css +++ b/style.css @@ -170,8 +170,11 @@ a:hover { #page p.initial-text:first-child { font-size: 18pt; text-align: center; - margin-top: 70px; - margin-bottom: 70px; +} + +#page p.initial-text i { + font-size: 32pt; + margin-bottom: 15px; } .notice {