funky-framadate-front/src/styles/partials/global.scss

18 lines
208 B
SCSS
Raw Normal View History

2020-04-21 10:50:26 +02:00
@charset "UTF-8";
html {
font-size: 1rem; /* 10px */
color: $font_color;
}
main {
min-height: 90vh;
}
2021-11-08 10:34:59 +01:00
.min-height {
margin-top: 1em;
margin-bottom: 1em;
min-height: 50vh;
}
2021-11-07 21:08:38 +01:00
.content {
padding: 1em;
}