umami/src/app/(main)/reports/[reportId]/Report.module.css

7 lines
136 B
CSS
Raw Normal View History

2023-05-18 06:20:06 +00:00
.container {
display: grid;
2023-05-20 16:02:08 +00:00
grid-template-rows: max-content 1fr;
2023-05-18 06:20:06 +00:00
grid-template-columns: max-content 1fr;
margin-bottom: 60px;
2023-05-18 06:20:06 +00:00
}