freifunk-rhein-sieg.net/_scss/_general.scss

9 lines
100 B
SCSS
Raw Normal View History

2018-03-13 17:15:12 +00:00
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}
main {
flex: 1 0 auto;
}