Commit ae853e0c authored by guerler's avatar guerler
Browse files

Restore previous logo height

parent 900ad2fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ html,

    // masthead specific
    --masthead-height: #{$masthead-height};
    --masthead-logo-height: calc(var(--masthead-height) * 0.6);
    --masthead-logo-height: calc(var(--masthead-height) - 0.5rem);

    --masthead-color: #{$masthead-color};
    --masthead-text-color: #{$masthead-text-color};
+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ $body-bg: $white;

// Masthead
$masthead-height: 2.5rem;
$masthead-logo-height: $masthead-height * 0.6;
$masthead-logo-height: $masthead-height - 0.5rem;

// Side panels
$panel-bg-color: $brand-light;