Scale font based on 2% per line
Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
parent
9cda7c17cf
commit
6ad6e77a08
@ -1,14 +1,20 @@
|
|||||||
@media only screen and (max-width: 1200px) {
|
/*@media only screen and (max-height: 512px) {
|
||||||
html {
|
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 {
|
html {
|
||||||
font-size: 40px;
|
font-size: 2vh;/*10px;*/
|
||||||
}
|
}
|
||||||
}
|
/*}
|
||||||
|
|
||||||
|
@media only screen and (min-height: 2000px) {
|
||||||
|
html {
|
||||||
|
font-size: 30px;
|
||||||
|
}
|
||||||
|
}*/
|
||||||
|
|
||||||
html {
|
html {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user