umami/components/layout/Page.module.css

7 lines
94 B
CSS
Raw Permalink Normal View History

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