diff options
| author | syeopite <syeopite@syeopite.dev> | 2021-04-04 17:17:59 -0700 |
|---|---|---|
| committer | syeopite <syeopite@syeopite.dev> | 2021-04-04 17:17:59 -0700 |
| commit | fe879e6d94c36cce6d735e88a8bddb633a101bd7 (patch) | |
| tree | 734903dc7df5673115a53d2aefeb22783ce56d9f | |
| parent | 716a845e92684e0165f3ecf2dcdacff90c43fae6 (diff) | |
| download | invidious-fe879e6d94c36cce6d735e88a8bddb633a101bd7.tar.gz invidious-fe879e6d94c36cce6d735e88a8bddb633a101bd7.tar.bz2 invidious-fe879e6d94c36cce6d735e88a8bddb633a101bd7.zip | |
Fix missing colon in empty.css
| -rw-r--r-- | assets/css/empty.css | 2 |
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; } } |
