umami/components/layout/Page.module.css

7 lines
94 B
CSS
Raw Normal View History

2020-08-18 07:47:58 +02:00
.page {
2020-08-06 04:04:02 +02:00
padding: 0 30px;
background: var(--gray50);
height: 100%;
2020-08-19 23:35:38 +02:00
overflow: hidden;
2020-08-06 04:04:02 +02:00
}