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

11 lines
114 B
SCSS

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