From 6edd0bb1194616c2a47e77163c8ff9255779ebac Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 16 Sep 2015 12:23:52 -0400 Subject: [PATCH] font size shrunk and reordered on back-end --- 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 0ca6e8d..aae1c0c 100644 --- a/css/app.css +++ b/css/app.css @@ -6632,7 +6632,7 @@ ul#sec-nav { .top-bar-section ul li .dropdown li:nth-child(even) { margin: 0 5% 0 0; } .top-bar-section ul li .dropdown li a { - font-size: 1.0625rem; + font-size: 0.9375rem; white-space: pre-wrap; text-transform: uppercase; border-bottom: 1px dotted #000000; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 8ff8ad3..6d3371c 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -126,7 +126,7 @@ margin: 0 5% 0 0; } a { - font-size: rem-calc(17); + font-size: rem-calc(15); white-space: pre-wrap; text-transform: uppercase; // line-height: 36px; -- 2.17.1