Properly format CSS file

This commit is contained in:
Richie Bendall 2019-07-05 23:04:56 +12:00 committed by GitHub
parent c1d0e9cee5
commit d9238de04e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,10 @@ article a:hover, article a:focus {
outline: none; outline: none;
} }
footer { position: absolute; } footer {
position: absolute;
}
footer a { footer a {
position: fixed; position: fixed;
bottom: 25px; bottom: 25px;
@ -89,7 +92,3 @@ footer a:hover, footer a:focus {
box-shadow: 10px 10px 0px #daa; box-shadow: 10px 10px 0px #daa;
outline: none; outline: none;
} }