From 6ce6b91c53cc933594c118cc532f3d17deb69ab7 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 3 Jan 2017 09:33:07 -0500 Subject: [PATCH] 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. --- scss/_sidebar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.17.1