6 lines
112 B
CSS
6 lines
112 B
CSS
@media (width >= 48rem) {
|
|
main {
|
|
display: grid;
|
|
grid-template-columns: 1.618fr 1fr;
|
|
}
|
|
}
|