projects
/
WP-Themes
/
mackinawareavb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd48773
)
Fixed the padding on the sidenav H1, wrapping improperly
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 3 Jan 2017 14:33:07 +0000
(09:33 -0500)
committer
Laury 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
patch
|
blob
|
history
diff --git
a/scss/_sidebar.scss
b/scss/_sidebar.scss
index
2187dd3
..
6c9f046
100644
(file)
--- 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;
}