[S] Adjust background image size

This commit is contained in:
Hykilpikonna
2019-12-22 22:57:05 -05:00
parent 2e8724ee02
commit 7e5e84963a
+4
View File
@@ -49,5 +49,9 @@
#title
{
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
</style>