font-size change (mobile-only)

This commit is contained in:
Thomas Smith 2022-08-15 11:11:13 -04:00
parent a5bcd9ff66
commit 8f5d2f0460

View file

@ -75,6 +75,12 @@
display:none;
}
}
@media only screen and (max-width: 768px) {
#count{
font-size: 4rem !important;
}
}
</style>
<!-- Mission Statement -->