mentorenwahl/frontend/scss/styles.scss

10 lines
98 B
SCSS
Raw Normal View History

2022-11-25 22:21:21 +00:00
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}
#wrapper {
flex: 1;
}