Skip to content

Commit

Permalink
Typography for larger viewports. Closes mmistakes#533
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Habdas committed Sep 16, 2016
1 parent 09b42ec commit 13e4a3f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion _sass/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
}
Expand Down Expand Up @@ -176,4 +184,4 @@ input[type="search"]::-webkit-search-cancel-button {
textarea {
overflow: auto; /* remove vertical scrollbar in IE6-9*/
vertical-align: top; /* readability and alignment cross-browser*/
}
}

0 comments on commit 13e4a3f

Please sign in to comment.