From b882d1c086df5566a2b66a99de2ceec43a7fa329 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Mon, 16 May 2016 11:35:11 -0400 Subject: [PATCH] more adjustments to the queries for the topbar --- css/app.css | 2 +- scss/_topbar.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 43b2400..b913610 100644 --- a/css/app.css +++ b/css/app.css @@ -6359,7 +6359,7 @@ header { @media screen and (max-width: 1210px) { .top-bar-section ul li a { font-size: 1.125rem; } } - @media screen and (max-width: 1105px) { + @media screen and (max-width: 1125px) { .top-bar-section ul li a { font-size: 1.0625rem; } } @media screen and (max-width: 1052px) { diff --git a/scss/_topbar.scss b/scss/_topbar.scss index ce44146..61fbfac 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -37,7 +37,7 @@ @media screen and (max-width: 1210px){ font-size: rem-calc(18); } - @media screen and (max-width: 1105px){ + @media screen and (max-width: 1125px){ font-size: rem-calc(17); } @media screen and (max-width: 1052px){ -- 2.17.1