Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
evavirseda committed Oct 29, 2024
1 parent 03e357e commit 1617245
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions apps/wallet-dashboard/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,23 @@ body {
'vesting'
'activity';

& > *:where([style*="grid-area: balance"], [style*="grid-area: staking"], [style*="grid-area: migration"]) {
&
> *:where(
[style*='grid-area: balance'],
[style*='grid-area: staking'],
[style*='grid-area: migration']
) {
height: 200px;
}
}
.home-page-grid-container.with-migration {
grid-template-areas:
'balance'
'staking'
'migration'
'coins'
'vesting'
'activity';
'balance'
'staking'
'migration'
'coins'
'vesting'
'activity';
}

@screen sm {
Expand Down

0 comments on commit 1617245

Please sign in to comment.