Relative font-size reduction

This commit is contained in:
Rsl1122 2019-10-01 11:21:34 +03:00
parent b320718f78
commit 63d08ae4db

View File

@ -55,9 +55,9 @@ html {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} }
@media (max-width: 1500px) { @media (max-width: 1520px) {
html { html {
font-size: 16px; font-size: 95%;
} }
} }