Remove footer width restriction

This commit is contained in:
Helen Chong 2024-04-19 17:01:05 +08:00
parent 8af317870a
commit 8214ecd304
1 changed files with 0 additions and 1 deletions

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;