umami/components/pages/reports/reports.module.css

15 lines
186 B
CSS
Raw Normal View History

2023-05-18 08:20:06 +02:00
.container {
display: grid;
grid-template-rows: 1fr;
grid-template-columns: max-content 1fr;
}
.menu {
width: 300px;
grid-column: 1 / 2;
}
.content {
grid-column: 2 / 3;
}