This commit is contained in:
infominer33 2019-04-07 11:22:53 -04:00
parent e66f581e4b
commit 52f6fabec5
3 changed files with 53 additions and 21 deletions

View file

@ -8,20 +8,20 @@
@import "minimal-mistakes"; // main partials
html {
/* apply a natural box layout model to all elements */
box-sizing: border-box;
background-color: $background-color;
font-size: 13px;
@include breakpoint($medium) {
font-size: 16px;
}
@include breakpoint($large) {
font-size: 18px;
}
@include breakpoint($x-large) {
font-size: 20px;
}
}
/* apply a natural box layout model to all elements */
box-sizing: border-box;
background-color: $background-color;
font-size: 14px;
@include breakpoint($medium) {
font-size: 17px;
}
@include breakpoint($large) {
font-size: 19px;
}
@include breakpoint($x-large) {
font-size: 21px;
}
}