umami/components/layout/Page.module.css
2023-08-02 00:56:52 -07:00

8 lines
115 B
CSS

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