From 9b762d7d4050d47916bb51c84beff9564b4e86a5 Mon Sep 17 00:00:00 2001 From: John J McGowan Date: Wed, 16 Nov 2016 16:36:39 -0500 Subject: [PATCH] font size shenanigans for mobile gonna be playing around with fonts and stuff for a few commits to get it to look good on mobile --- HTML_and_CSS/Admin-Redesign.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HTML_and_CSS/Admin-Redesign.css b/HTML_and_CSS/Admin-Redesign.css index 16213c9..d5b55f0 100644 --- a/HTML_and_CSS/Admin-Redesign.css +++ b/HTML_and_CSS/Admin-Redesign.css @@ -17,7 +17,7 @@ th,td{ } a{ font-family:'Roboto'; - font-size:12px; + font-size:1em; text-align:center; display: inline-block; text-decoration: none;