funky-framadate-front/src/styles/partials/global.scss
2020-04-25 17:47:00 +02:00

10 lines
106 B
SCSS

@charset "UTF-8";
html {
font-size: 1rem; /* 10px */
color: $font_color;
}
main {
min-height: 90vh;
}