Merge pull request #82 from teaxyz/mobile-counter-resize

This commit is contained in:
Xercesblu3 2022-08-16 11:01:29 -04:00 committed by GitHub
commit 5dbcdba8f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,6 +75,17 @@
display:none;
}
}
@media only screen and (max-width: 768px) {
#count{
font-size: 4rem !important;
}
.card-title{
line-height: 2.8rem;
margin-bottom: 1.7rem;
}
}
</style>
<!-- Mission Statement -->