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

8 lines
152 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;
2024-06-13 06:23:12 +00:00
height: 90vh;
2023-05-18 06:20:06 +00:00
}