aaronjy-me/src/layouts/DefaultLayout/DefaultLayout.module.css
2024-03-08 22:06:41 +00:00

9 lines
No EOL
118 B
CSS

.layout {
display: flex;
flex-direction: column;
min-height: 100dvh;
}
.layout main {
flex-grow: 1;
}