umami/components/layout/Page.module.css
2022-12-25 22:00:20 -08:00

8 lines
132 B
CSS

.page {
flex: 1;
display: flex;
flex-direction: column;
padding: 30px;
background: var(--base50);
position: relative;
}