2024-08-23 17:18:20 +02:00

9 lines
65 B
CSS

.page {
display: flex;
flex: 1;
}
.page-main {
flex: 1;
}