umami/src/components/layout/Page.module.css

9 lines
131 B
CSS
Raw Normal View History

2020-08-18 05:47:58 +00:00
.page {
2020-09-22 04:34:55 +00:00
flex: 1;
display: flex;
flex-direction: column;
background: var(--base50);
position: relative;
2023-09-26 20:29:49 +00:00
height: 100%;
2023-04-10 03:22:28 +00:00
}