diff --git a/website/source/assets/stylesheets/_components.scss b/website/source/assets/stylesheets/_components.scss index 32926d343..296036a9f 100644 --- a/website/source/assets/stylesheets/_components.scss +++ b/website/source/assets/stylesheets/_components.scss @@ -61,7 +61,6 @@ header .header { @media (max-width: $screen-sm) { background: none; - font-size: 75%; min-height: 50px; padding: 0; } @@ -85,6 +84,10 @@ header .header { line-height: 1.0; white-space: nowrap; + @media (max-width: $screen-sm) { + font-size: 30px; + } + &:hover { color: $dark-background; }