Skip to content

Commit

Permalink
Fixed incorrect bookmark height on bigger screens (#2973)
Browse files Browse the repository at this point in the history
  • Loading branch information
VKormylo authored Dec 13, 2024
1 parent c6a7f1d commit 0840e99
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const styles = {
},
appCardSquare: {
minHeight: '460px',
maxHeight: '491px',
p: '24px 20px',
boxSizing: 'border-box'
}
Expand Down

0 comments on commit 0840e99

Please sign in to comment.