mentorenwahl/frontend/scss/styles.scss

10 lines
98 B
SCSS

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