From fe879e6d94c36cce6d735e88a8bddb633a101bd7 Mon Sep 17 00:00:00 2001 From: syeopite Date: Sun, 4 Apr 2021 17:17:59 -0700 Subject: [PATCH] Fix missing colon in empty.css --- assets/css/empty.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/empty.css b/assets/css/empty.css index e97b197c..18012a79 100644 --- a/assets/css/empty.css +++ b/assets/css/empty.css @@ -11,6 +11,6 @@ @media screen and (max-width: 1500px) and (max-height: 1000px) { #logo > h1 { - font-size 10vmin; + font-size: 10vmin; } }