From: Ian Weller Date: Wed, 7 Feb 2018 15:06:54 +0000 (-0500) Subject: updating the sidebar a bit more X-Git-Tag: v1.2.34^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=6bf3b5b1fdcd507412f3015fd5f01efc63e15208;p=WP-Themes%2Fmountpleasantwow.git updating the sidebar a bit more I updated the sidebar a bit as requested. --- 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 {