Skip to content

Commit

Permalink
fix grid row height (#1004)
Browse files Browse the repository at this point in the history
Co-authored-by: Maciej Wójcik <[email protected]>
  • Loading branch information
wojcik91 and Maciej Wójcik authored Feb 21, 2025
1 parent dcdea23 commit de41ca7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/pages/users/UserProfile/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@

@include media-breakpoint-up(xxl) {
grid-template-columns: 1fr 440px 384px;
grid-template-rows: auto 1fr;
grid-template-areas:
'wide-cards cards-1 cards-2'
'wide-cards cards-1 cards-3';
Expand Down

0 comments on commit de41ca7

Please sign in to comment.