1
0

Scale font based on 2% per line

Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
James Ketrenos 2022-05-31 12:02:52 -07:00
parent 9cda7c17cf
commit 6ad6e77a08

View File

@ -1,14 +1,20 @@
@media only screen and (max-width: 1200px) {
/*@media only screen and (max-height: 512px) {
html {
font-size: 10px;
font-size: 6.75px;
}
}
@media only screen and (min-width: 2000px) {
@media only screen and (min-height: 513px) and (max-height: 800px) {*/
html {
font-size: 40px;
font-size: 2vh;/*10px;*/
}
}
/*}
@media only screen and (min-height: 2000px) {
html {
font-size: 30px;
}
}*/
html {
height: 100%;