Typography for larger viewports. Closes #533
This commit is contained in:
parent
09b42ec322
commit
a48327908e
1 changed files with 9 additions and 1 deletions
|
@ -14,6 +14,14 @@ html {
|
|||
font-size: 18px;
|
||||
}
|
||||
|
||||
@include breakpoint($large) {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
@include breakpoint($x-large) {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-ms-text-size-adjust: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue