Skip to content

Commit

Permalink
Fixed the height of card when 1 bookmark selected (#2687)
Browse files Browse the repository at this point in the history
* Fixed the height of card when 1 bookmark selected

* Fixed gap when on grid view

* Refactored CSS
  • Loading branch information
VKormylo authored and Made1ra committed Nov 26, 2024
1 parent c8ee035 commit 6eaef0f
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ export const styles = {
: '1fr'
}),
gridItem: { width: '100%' },
appCard: { padding: { sm: '30px 20px', md: '30px 20px' } },
appCard: {
p: { sm: '30px 20px', md: '30px 20px' },
alignSelf: 'flex-start'
},
appCardSquare: {
minHeight: '460px',
padding: '24px 20px'
p: '24px 20px',
boxSizing: 'border-box'
}
}

0 comments on commit 6eaef0f

Please sign in to comment.