Update app.css

Correct footer color and margin
This commit is contained in:
Andreas Thienemann 2022-02-26 17:47:41 +01:00 committed by GitHub
parent 81315746e9
commit 56da340080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
}
footer {
border-top: 1px solid gray80;
margin: 5em;
margin-top: 2em;
border-top: 1px solid #ccc;
margin: 10em;
margin-bottom: 1em;
}