Added the banner image

This commit is contained in:
2019-05-25 21:39:42 +10:00
parent 1ad4a14b35
commit eef8b3721f
8 changed files with 16 additions and 12 deletions
+14
View File
@@ -17,6 +17,20 @@ body {
color: white;
}
.banner {
max-width: 320px;
height: auto;
margin-left: auto;
margin-right: auto;
margin-top: .5em;
}
@media screen and (max-width: 480px) {
.banner {
max-width: 80%;
}
}
h1 {
font-size: 24pt;
color: pink;