mentorenwahl/frontend/scss/styles.scss

12 lines
121 B
SCSS
Raw Normal View History

2022-11-25 22:21:21 +00:00
body {
2022-11-27 13:29:31 +00:00
overflow-x: hidden;
2022-11-25 22:21:21 +00:00
display: flex;
min-height: 100vh;
flex-direction: column;
}
#wrapper {
flex: 1;
}