Skip to content

Commit

Permalink
✨ (grapher) allow smaller min-height on bigger screens
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann committed Nov 24, 2023
1 parent 4a752b6 commit 485f87a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/css/chart.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
@media (min-width: $orientation-width) {
// We no longer use the full height
max-height: #{math.div(1, $ideal-ratio) * 100}vw;
min-height: $orientation-height; // overwrite the min-height set above
}

@media (min-width: $max-width) {
Expand Down

0 comments on commit 485f87a

Please sign in to comment.