Fixed the padding on the sidenav H1, wrapping improperly
authorLaury GvR <laury@gaslightmedia.com>
Tue, 3 Jan 2017 14:33:07 +0000 (09:33 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 3 Jan 2017 14:36:57 +0000 (09:36 -0500)
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

index 2187dd3..6c9f046 100644 (file)
@@ -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;
             }