From 45d75839e4428299f2af4e221cdd2e94b00dde10 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Mon, 16 May 2016 11:26:13 -0400 Subject: [PATCH] making adjustments to the topbar so it doesn't wrap --- 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 e87246a..43b2400 100644 --- a/css/app.css +++ b/css/app.css @@ -6356,7 +6356,7 @@ header { letter-spacing: 0.035em; } .top-bar-section ul li a:hover { text-decoration: none; } - @media screen and (max-width: 1207px) { + @media screen and (max-width: 1210px) { .top-bar-section ul li a { font-size: 1.125rem; } } @media screen and (max-width: 1105px) { diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 2c7b830..ce44146 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -34,7 +34,7 @@ &:hover { text-decoration: none; } - @media screen and (max-width: 1207px){ + @media screen and (max-width: 1210px){ font-size: rem-calc(18); } @media screen and (max-width: 1105px){ -- 2.17.1