Fix missing colon in empty.css

This commit is contained in:
syeopite
2021-04-04 17:17:59 -07:00
parent 716a845e92
commit fe879e6d94

View File

@ -11,6 +11,6 @@
@media screen and (max-width: 1500px) and (max-height: 1000px) {
#logo > h1 {
font-size 10vmin;
font-size: 10vmin;
}
}