From: Laury GvR Date: Tue, 3 Jan 2017 14:33:07 +0000 (-0500) Subject: Fixed the padding on the sidenav H1, wrapping improperly X-Git-Tag: v1.0.0^2~20 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=6ce6b91c53cc933594c118cc532f3d17deb69ab7;p=WP-Themes%2Fmackinawareavb.git Fixed the padding on the sidenav H1, wrapping improperly Now that the H1 in the sidenav is visible on medium, a long title did not wrap properly. So there would be a space next to the first line but not the second. --- diff --git a/scss/_sidebar.scss b/scss/_sidebar.scss index 2187dd3..6c9f046 100644 --- a/scss/_sidebar.scss +++ b/scss/_sidebar.scss @@ -65,6 +65,7 @@ background: #11457F; h1 { font-size: rem-calc(22); + padding-left: 15px; /* margin: 5px 0 25px;*/ } h2{ @@ -85,7 +86,6 @@ margin-bottom: 10px; // margin: 0 -15px; // padding: 5px 10px 5px 25px; - padding-left: 15px; &:hover { background: #81adc1; }