Size reduction for screens smaller than 1500px

This commit is contained in:
Rsl1122 2019-09-30 20:51:46 +03:00
parent de33cb1b4f
commit b320718f78

View File

@ -55,6 +55,12 @@ html {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1500px) {
html {
font-size: 16px;
}
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}