Skip to content

Commit

Permalink
Reduce min-height on masthead
Browse files Browse the repository at this point in the history
  • Loading branch information
valencik committed May 22, 2024
1 parent 68519b7 commit 6aeeb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/components/_masthead.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#masthead {
padding: $masthead-padding 0;
min-height: $base-point-grid * 225;
min-height: $base-point-grid * 100;

.masthead-inner {
@include grid;
Expand Down

0 comments on commit 6aeeb36

Please sign in to comment.