From 15dc235a6620262fe3855e0350438c50f464203a Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Wed, 12 Nov 2014 23:59:40 +0000 Subject: [PATCH] Change title and spacing in 404.php --- 404.php | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/404.php b/404.php index a097f70d..bf9453a8 100755 --- a/404.php +++ b/404.php @@ -30,14 +30,14 @@ border-radius: 50px; padding: 25px; position: relative; - top: calc(50% - .75em); - display: block; + top: calc(50% - .6em); + display: inline-block; width: 2em; margin: 0 auto; height: 0.9em; animation: spin 3.2s infinite linear, flash 0.4s infinite linear; -webkit-animation: spin 3.2s infinite linear, flash 0.4s infinite linear; - box-shadow: 0px 0px 10px black; + box-shadow: 0px 0px 10px black; } @keyframes spin { 0% {-moz-transform: rotate(0deg);} @@ -51,6 +51,11 @@ 0% {width: 5em;} 100% {width: 2em;} } + #head span + { + position: relative; + bottom: 30%; + } .blink { animation: blink 0.4s linear infinite; @@ -87,9 +92,9 @@