Skip to content

Commit

Permalink
Console Big Cards -
Browse files Browse the repository at this point in the history
- update inner grid behavior on mobile
  • Loading branch information
elad2412 committed Aug 24, 2022
1 parent 897a2d3 commit 6034022
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions packages/ui/src/8-grids/_grid-1-2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@

.grid-1-2 {
display: grid;
grid-template-columns: 40fr 60fr;
column-gap: pxToRem(100);
&-col {
&-1 {}
&-2 {}
row-gap: pxToRem(32);
@media #{$break2open} {
grid-template-columns: 40fr 60fr;
column-gap: pxToRem(100);
&-col {
&-1 {}
&-2 {}
}
}
}

0 comments on commit 6034022

Please sign in to comment.