diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index beaf3de74..0ae638abb 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -580,11 +580,12 @@ body > header, a { color: inherit; + line-height: inherit; padding-left: 0; @include breakpoint(medium) { font-size: $small-font-size; - padding: rem-calc(11) rem-calc(16); + padding: rem-calc(8) rem-calc(16); } }