Skip to content

Commit 13e4a3f

Browse files
author
Josh Habdas
committedSep 16, 2016
Typography for larger viewports. Closes mmistakes#533
1 parent 09b42ec commit 13e4a3f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
 

‎_sass/_reset.scss

+9-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ html {
1414
font-size: 18px;
1515
}
1616

17+
@include breakpoint($large) {
18+
font-size: 20px;
19+
}
20+
21+
@include breakpoint($x-large) {
22+
font-size: 22px;
23+
}
24+
1725
-webkit-text-size-adjust: 100%;
1826
-ms-text-size-adjust: 100%;
1927
}
@@ -176,4 +184,4 @@ input[type="search"]::-webkit-search-cancel-button {
176184
textarea {
177185
overflow: auto; /* remove vertical scrollbar in IE6-9*/
178186
vertical-align: top; /* readability and alignment cross-browser*/
179-
}
187+
}

0 commit comments

Comments
 (0)
Please sign in to comment.