Files
Gallus_Pub/styles/components/Layout.css
2025-07-23 21:25:24 +02:00

15 lines
171 B
CSS

html, body {
height: 100%;
margin: 0;
}
body {
display: flex;
flex-direction: column;
min-height: 100vh;
}
main {
flex: 1;
padding: 0 1rem;
}