This commit is contained in:
Kenneth Jannette
2024-03-12 19:05:06 -05:00
parent 61e8c75ecc
commit 53f1e5ec7d
4 changed files with 26 additions and 23 deletions

View File

@@ -1,6 +1,7 @@
.footer-container {
display: flex;
flex-direction: column;
border: 1px solid orange;
border-radius: 8px;
background-color: var(--bluest-blue);
}