Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Merge branch 'feature/large-screen-font-size' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
makaroniame committed Sep 16, 2016
2 parents 935871d + 6b7a777 commit 5cb84dd
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 5cb84dd

Please sign in to comment.