From c6da45ecb795b10a5ba2cf67eb0a1275a6ea70ae Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Mon, 16 May 2016 11:38:54 -0400 Subject: [PATCH] possibly the last change to 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 b913610..f6ef8fc 100644 --- a/css/app.css +++ b/css/app.css @@ -6362,7 +6362,7 @@ header { @media screen and (max-width: 1125px) { .top-bar-section ul li a { font-size: 1.0625rem; } } - @media screen and (max-width: 1052px) { + @media screen and (max-width: 1065px) { .top-bar-section ul li a { font-size: 1.03125rem; } } .top-bar-section ul li .dropdown { diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 61fbfac..3c4149b 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -40,7 +40,7 @@ @media screen and (max-width: 1125px){ font-size: rem-calc(17); } - @media screen and (max-width: 1052px){ + @media screen and (max-width: 1065px){ font-size: rem-calc(16.5); } } -- 2.17.1