demarches-normaliennes/app/assets/stylesheets/common.scss
Simon Lehericey dc371b83b8 CSS: add new application layout + CSS
Without bootstrap!
2017-05-04 18:24:57 +02:00

7 lines
99 B
SCSS

@import "typography";
body {
@extend %new-type;
font-size: 16px;
line-height: 1.42857143;
}