From 217d35b145ebda444b40555620aad62a1a0d77c4 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 1 Dec 2015 13:06:09 -0500 Subject: [PATCH] replaced px with em --- css/app.css | 4 ++-- scss/_topbar.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/app.css b/css/app.css index b1231ab..b92ac6b 100644 --- a/css/app.css +++ b/css/app.css @@ -6705,7 +6705,7 @@ header .searchform input[type="submit"]:hover { padding: 20px 0; } #res-tab li a { color: #FFFFFF; - font-size: 1.15px; + font-size: 1.15em; font-weight: bold; letter-spacing: .5px; } #res-tab li ul { @@ -6737,7 +6737,7 @@ header .searchform input[type="submit"]:hover { padding: 20px 0; } #res-tab-open li a { color: #FFFFFF; - font-size: 1.15px; + font-size: 1.15em; font-weight: bold; letter-spacing: 0.5px; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 2cb5fe2..9b13aa1 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -348,7 +348,7 @@ padding: 20px 0; a { color: $white; - font-size: 1.15px; + font-size: 1.15em; font-weight: bold; letter-spacing: .5px; } @@ -386,7 +386,7 @@ padding: 20px 0; a { color: $white; - font-size: 1.15px; + font-size: 1.15em; font-weight: bold; letter-spacing: 0.5px; } -- 2.17.1