Skip to content

Commit

Permalink
fix: limit banner image height
Browse files Browse the repository at this point in the history
  • Loading branch information
Alystrasz committed Nov 14, 2023
1 parent bedf5f4 commit 3e99fca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _sass/minimal-mistakes/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,12 @@ body {
-webkit-animation-delay: 0.25s;
animation-delay: 0.25s;

/* Make it slightly smaller */
max-height: 40vh;
overflow-y: hidden;
display: flex;
align-items: center;

&--overlay {
position: relative;
margin-bottom: 2em;
Expand Down

0 comments on commit 3e99fca

Please sign in to comment.