fix: text center on mobile banner

This commit is contained in:
Lucy Cifferello
2022-11-10 07:31:50 -07:00
parent 795a9a76b9
commit 63f923119b

View File

@@ -308,6 +308,7 @@ section#banner {
@media screen and (max-width: 500px) {
section#banner p {
padding: 0 2rem 0 2rem;
text-align: center;
}
}