From f48a00cf9f91650bdff69c1bf2914b3bcaf88fca Mon Sep 17 00:00:00 2001 From: Josh Habdas Date: Fri, 16 Sep 2016 11:43:02 -0500 Subject: [PATCH] Typography for larger viewports. Closes #533 --- _sass/_reset.scss | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/_sass/_reset.scss b/_sass/_reset.scss index 7d33b49..d9ae787 100644 --- a/_sass/_reset.scss +++ b/_sass/_reset.scss @@ -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%; } @@ -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*/ -} \ No newline at end of file +} -- 2.43.0