From 8063bec7f32559af0bf0758bf50ee40800141b12 Mon Sep 17 00:00:00 2001 From: John J McGowan Date: Wed, 30 Nov 2016 15:57:46 -0500 Subject: [PATCH] Update Admin-Redesign.css added class for the schedule mockup --- HTML_and_CSS/Admin-Redesign.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HTML_and_CSS/Admin-Redesign.css b/HTML_and_CSS/Admin-Redesign.css index 7f367b5..bb2d484 100644 --- a/HTML_and_CSS/Admin-Redesign.css +++ b/HTML_and_CSS/Admin-Redesign.css @@ -49,6 +49,9 @@ div{ color:white; width:100%; } +div.schedule{ + text-align:center; +} div.caption{ background-color:#000e2f; text-align:center; @@ -78,6 +81,7 @@ div.rightBlock, div.insideRight{ @media (max-width: 700px){ body{ min-width: 300px; + font-size:1.5em; } div.leftBlock{ width:100%;