followup for a60d53de: move #footer down when #lint is collapsed
This commit is contained in:
parent
88885403ad
commit
bf8d33a3f4
|
@ -173,6 +173,9 @@ input:invalid {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
margin-bottom: .5em;
|
margin-bottom: .5em;
|
||||||
}
|
}
|
||||||
|
#lint:not([open]) + #footer {
|
||||||
|
margin-top: 4em;
|
||||||
|
}
|
||||||
/************ content ***********/
|
/************ content ***********/
|
||||||
#sections > div {
|
#sections > div {
|
||||||
margin: 0.7rem;
|
margin: 0.7rem;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user