summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorsyeopite <syeopite@syeopite.dev>2021-04-04 17:17:59 -0700
committersyeopite <syeopite@syeopite.dev>2021-04-04 17:17:59 -0700
commitfe879e6d94c36cce6d735e88a8bddb633a101bd7 (patch)
tree734903dc7df5673115a53d2aefeb22783ce56d9f /assets
parent716a845e92684e0165f3ecf2dcdacff90c43fae6 (diff)
downloadinvidious-fe879e6d94c36cce6d735e88a8bddb633a101bd7.tar.gz
invidious-fe879e6d94c36cce6d735e88a8bddb633a101bd7.tar.bz2
invidious-fe879e6d94c36cce6d735e88a8bddb633a101bd7.zip
Fix missing colon in empty.css
Diffstat (limited to 'assets')
-rw-r--r--assets/css/empty.css2
1 files changed, 1 insertions, 1 deletions
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;
}
}