diff --git a/index.html b/index.html index 9665411..600947b 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ {{name}}
-

+

{{name}}

diff --git a/scss/style.scss b/scss/style.scss index e1c81fe..9bc2690 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -37,13 +37,12 @@ body { height: 100vh; background-position: center; background-size: cover; - color: white; - position: relative; } header { h1 { background-color: $mostly-white; + margin: 0 auto; } figure {