Remove margin-top of `.site` to prevent collapsing margins.
This commit is contained in:
parent
7af757a3fc
commit
b18f6505dd
|
@ -59,7 +59,8 @@ a:visited { color: #a0a; }
|
||||||
font-size: 115%;
|
font-size: 115%;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
width: 42em;
|
width: 42em;
|
||||||
margin: 3em auto 2em;
|
margin: 0 auto 2em;
|
||||||
|
padding-top: 3em;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue