mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Fix missing colon in empty.css
This commit is contained in:
parent
716a845e92
commit
fe879e6d94
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@
|
||||||
|
|
||||||
@media screen and (max-width: 1500px) and (max-height: 1000px) {
|
@media screen and (max-width: 1500px) and (max-height: 1000px) {
|
||||||
#logo > h1 {
|
#logo > h1 {
|
||||||
font-size 10vmin;
|
font-size: 10vmin;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue