followup for a60d53de: move #footer down when #lint is collapsed

This commit is contained in:
tophf 2017-12-01 06:17:24 +03:00
parent 88885403ad
commit bf8d33a3f4

View File

@ -173,6 +173,9 @@ input:invalid {
margin-top: 1em;
margin-bottom: .5em;
}
#lint:not([open]) + #footer {
margin-top: 4em;
}
/************ content ***********/
#sections > div {
margin: 0.7rem;