better resizing on smaller screens

This commit is contained in:
mcguirepr89
2022-02-04 14:28:40 -05:00
parent 245d68dcd8
commit 2217ed1a06
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ input {
text-align:center;
font-size:large;
}
@media screen and (max-width: 800px) {
@media screen and (max-width: 1000px) {
h2,h3 {
text-align:center;
}