fix: Updated style rules to fix issues with component placement on landing page

This commit is contained in:
2025-09-07 20:25:14 -05:00
parent 601ff81c62
commit 20e2569ad9
8 changed files with 589 additions and 542 deletions

View File

@@ -1,8 +1,17 @@
.footer-container {
display: flex;
flex-direction: column;
align-items: center;
}
#footer-nav {
padding: 0;
}
nav ul, #footer-nav ul {
display: flex;
justify-content: center;
list-style: none;
padding: 0;
padding: 10px 0;
margin: 0;
}