Skip to content

Commit

Permalink
Fix: update min-height for checkout session to improve layout
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Jan 6, 2025
1 parent 12b7a45 commit 000154c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/assets/css/checkout-session.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ div.checkout-session {
flex-direction: column;
justify-content: flex-start;
width: 100%;
min-height: calc(100vh - 116px);
min-height: calc(100vh - 65px);
transform: translate3d(0, 0, 0);
}

Expand Down

0 comments on commit 000154c

Please sign in to comment.