diff --git a/app/styles/layout/login.scss b/app/styles/layout/login.scss index 5b4cb190..29475f83 100644 --- a/app/styles/layout/login.scss +++ b/app/styles/layout/login.scss @@ -26,15 +26,13 @@ padding: 0 30%; } } - .tagline { - margin-bottom: 1rem; - text-align: center; - } .tagline { @extend %xlarge; @extend %title; color: $white; line-height: 2rem; + margin-bottom: 1rem; + text-align: center; text-transform: uppercase; } form { diff --git a/app/styles/layout/not-found.scss b/app/styles/layout/not-found.scss index 40b0faaa..15bf3426 100644 --- a/app/styles/layout/not-found.scss +++ b/app/styles/layout/not-found.scss @@ -14,8 +14,8 @@ } img { margin-bottom: 3rem; - width: 100%; padding: 0 25%; + width: 100%; } h1 { color: $white; diff --git a/app/styles/modules/common/nav.scss b/app/styles/modules/common/nav.scss index 9d98ce19..a117807d 100644 --- a/app/styles/modules/common/nav.scss +++ b/app/styles/modules/common/nav.scss @@ -15,8 +15,8 @@ line-height: inherit; margin: 0 0 .9rem; img { - width: 100%; padding: 17%; + width: 100%; } }