4 lines
93 B
CSS
4 lines
93 B
CSS
div.grid-container {
|
|
display: grid;
|
|
grid-template-columns: max-content max-content;
|
|
} |