4 lines
64 B
SCSS
4 lines
64 B
SCSS
|
.root {
|
||
|
display: grid;
|
||
|
grid-template-columns: 1fr 2fr;
|
||
|
}
|