umami/components/layout/Page.module.css
2020-08-19 14:35:38 -07:00

7 lines
94 B
CSS

.page {
padding: 0 30px;
background: var(--gray50);
height: 100%;
overflow: hidden;
}