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 @@