Minor headers styles in readme fix: increased line-height for h1..h4.
This commit is contained in:
parent
0a3874f6a3
commit
c0fa68572e
|
@ -194,6 +194,12 @@
|
|||
#tree-readme-holder .readme {
|
||||
@include shade;
|
||||
margin-bottom:20px;
|
||||
h1, h2 {
|
||||
line-height: 56px;
|
||||
}
|
||||
h3, h4 {
|
||||
line-height: 46px;
|
||||
}
|
||||
}
|
||||
|
||||
a.tree-commit-link {
|
||||
|
|
Loading…
Reference in a new issue