fix footer centering

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2023-04-03 16:12:07 -07:00
parent aa6a6753b1
commit bf2b494750

View File

@ -27,6 +27,10 @@ p {
text-align: left;
}
footer p {
text-align: center;
}
@media screen and (min-width: 480px) {
.center-div {
min-width: 480px;