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

@ -41,7 +41,7 @@ article h1 {
margin-bottom: 24px
}
article p:first-of-type{
article p:first-of-type {
font-style: italic;
}
@ -69,7 +69,10 @@ article a:hover, article a:focus {
outline: none;
}
footer { position: absolute; }
footer {
position: absolute;
}
footer a {
position: fixed;
bottom: 25px;
@ -89,7 +92,3 @@ footer a:hover, footer a:focus {
box-shadow: 10px 10px 0px #daa;
outline: none;
}