umami/components/layout/Page.module.css

7 lines
94 B
CSS

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