1
0

Add super huge screen support

Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
James Ketrenos 2022-03-15 00:17:38 -07:00
parent d967f3955c
commit 083e3c3a6f

View File

@ -4,6 +4,12 @@
} }
} }
@media only screen and (min-width: 2000px) {
html {
font-size: 40px;
}
}
html { html {
height: 100%; height: 100%;
width: 100%; width: 100%;