diff --git a/css/_landing.scss b/css/_landing.scss index 2a1752ca52..138c912408 100644 --- a/css/_landing.scss +++ b/css/_landing.scss @@ -10,6 +10,10 @@ max-width: 40em; text-align: center; color: $landingTextColor; + + a:active { + text-decoration: none; + } } &__text { @@ -31,7 +35,7 @@ &__logo { width: 77px; - height: auto; + height: 108px; } &__button { diff --git a/index.html b/index.html index de9e5aad57..d8453ed839 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,7 @@
+