Skip to content

Commit

Permalink
Add min height for large screens, fixes continue button from jumping.
Browse files Browse the repository at this point in the history
  • Loading branch information
roundhill committed Oct 6, 2022
1 parent d0b2671 commit 0950465
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ $font-family: 'SF Pro Text', $sans;
@include break-medium {
flex-direction: row;
padding: 0 16px;
min-height: 312px;

button {

Expand Down

0 comments on commit 0950465

Please sign in to comment.