diff --git a/assets/css/style.scss b/assets/css/style.scss index 3dc280e..b203afc 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -32,7 +32,7 @@ header { a { color: white; } - a.exposed, span.exposed { + span.exposed span.title { font-weight: bold; font-size: 1.8em; } @@ -65,11 +65,9 @@ header { align-items: baseline; justify-content: space-around; max-width: 1200px; - padding-bottom: 6em; - span { - -webkit-animation: exposed 1s ease forwards; - } + padding-bottom: 8em; span.exposed { + -webkit-animation: exposed 1s ease forwards; position: absolute; top: 4rem; } diff --git a/layouts/partials/header.html b/layouts/partials/header.html index d1861a0..bb01a60 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -19,9 +19,7 @@