Synchronise with default theme

This commit is contained in:
Richie Bendall 2020-08-27 17:16:55 +12:00 committed by GitHub
parent 6e7b672b41
commit 72396313b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,6 @@ footer a {
padding: 1em;
}
/*footer a:before{content: "â¦"; font-size:1.5em; padding-right:.2em; } */
footer a:hover, footer a:focus {
color: white;
}
@ -94,3 +93,13 @@ a:active {
margin-left: 1em;
border: 1px solid #999;
}
@media all and (max-width: 500px) {
article {
padding: 1em;
}
body {
font-size: 1em;
}
}