accords-library.com/styles/Home.module.css

7 lines
94 B
CSS

.container {
display: grid;
grid-template-columns: 20rem 1fr 5fr;
min-height: 100vh;
}