umami/components/Page.module.css

9 lines
133 B
CSS
Raw Normal View History

2020-08-06 04:04:02 +02:00
.container {
flex: 1;
display: flex;
flex-direction: column;
padding: 0 30px;
background: var(--gray50);
height: 100%;
}