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

10 lines
106 B
SCSS

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