Remove footer width restriction

This commit is contained in:
Leilukin 2024-04-19 17:01:05 +08:00 committed by Helen Chong
parent 3bd549296e
commit a5146c6972

View File

@ -8,7 +8,6 @@
.footer { .footer {
margin-top: auto; margin-top: auto;
background: var(--clr-main-footer-bg); background: var(--clr-main-footer-bg);
width: 72%;
padding: 0.8rem; padding: 0.8rem;
text-align: center; text-align: center;
display: grid; display: grid;