Move footer style to its own template

This commit is contained in:
Helen Chong 2024-04-17 00:59:48 +08:00
parent 13f27458d7
commit 1ab5166d79
1 changed files with 0 additions and 12 deletions

View File

@ -329,18 +329,6 @@ main {
}
}
/* FOOTER COMPONENT */
.main-footer {
background: var(--clr-main-footer-bg);
width: 100%;
padding: 0.8rem;
text-align: center;
}
.main-footer p {
padding: 0;
}
/* HEADING WRAPPER AND ANCHOR */
.heading-wrapper {
display: flex;