not messing with the base font size sure fixes a ton of problems....

This commit is contained in:
2021-12-31 19:51:29 -05:00
parent a6499fd5bb
commit 854b9da5e2
19 changed files with 66 additions and 73 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
.title {
margin-top: 0;
margin-bottom: 0.4em;
margin-bottom: 0.6em;
font-size: 2em;
text-align: center;
@@ -11,7 +11,7 @@
}
}
@media screen and (max-width: 800px) {
@media screen and (max-width: 768px) {
.title {
font-size: 1.8em;
}