fix line-height on topic titles
This commit is contained in:
parent
2ac8f3d20b
commit
1a0e800afb
|
@ -469,7 +469,7 @@ iframe {
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
margin: 7px 0 0 0;
|
margin: 7px 0 0 0;
|
||||||
line-height: 1.1;
|
line-height: 1.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,8 @@ margin: -20px 0 0 0;
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
|
line-height: 1.0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue