From 6bf3b5b1fdcd507412f3015fd5f01efc63e15208 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 7 Feb 2018 10:06:54 -0500 Subject: [PATCH] updating the sidebar a bit more I updated the sidebar a bit as requested. --- css/app.css | 4 +++- scss/_sidebar.scss | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index a655da9..7339e10 100644 --- a/css/app.css +++ b/css/app.css @@ -7910,7 +7910,9 @@ a#calendar-link { margin-bottom: 40px; } #sidebar #visitors-guide-wrapper h2, #sidebar #calendar-link h2 { color: #690433; - margin-bottom: 0; } + margin-bottom: 0; + text-align: center; + font-size: 2.1875rem; } #sidebar h2 { font-family: "Euphoria Script"; font-size: 2.0625rem; } diff --git a/scss/_sidebar.scss b/scss/_sidebar.scss index ca26430..bec727d 100644 --- a/scss/_sidebar.scss +++ b/scss/_sidebar.scss @@ -72,6 +72,8 @@ a#calendar-link { h2 { color: $maroon; margin-bottom: 0; + text-align: center; + font-size: rem-calc(35); } } h2 { -- 2.17.1