Made the logo link to home

This commit is contained in:
2019-06-02 23:25:49 +10:00
parent b76d22137f
commit 3861dceef3
4 changed files with 10 additions and 7 deletions
+7 -3
View File
@@ -18,16 +18,20 @@ body {
}
.banner {
max-width: 320px;
height: auto;
margin-left: auto;
margin-right: auto;
margin-top: .5em;
margin-bottom: 2em;
text-align: center;
}
.banner img {
max-width: 320px;
height: auto;
}
@media screen and (max-width: 480px) {
.banner {
.banner img {
max-width: 80%;
}
}