remove display flex and flex styling from footer

This commit is contained in:
emma 2025-02-09 17:49:49 -05:00
parent 5d31eed754
commit 264cd663bf
1 changed files with 0 additions and 2 deletions

View File

@ -62,8 +62,6 @@ footer {
height: 8vh;
background: var(--header-footer-color);
padding: 0 2rem;
display: flex;
align-items: center;
}
section {