Reduce font-size for largest width screens to fix scrolling window

This commit is contained in:
2018-07-09 09:12:07 +05:30
parent e4387449a5
commit c7402eb2f4
+1 -1
View File
@@ -2,7 +2,7 @@
@media screen and (min-width: 1441px) {
.App {
font-size: 2.25em;
font-size: 1.75em;
}
}