Flask-web_platform/app/static/css/style.css
2024-10-09 17:35:57 +08:00

10 lines
102 B
CSS

body {
min-height: 100vh;
display: flex;
flex-direction: column;
}
main {
flex: 1;
}