Files
SAE-BUT2-frontend/src/components/Footer/Footer.module.css
T
2025-10-24 14:04:36 +02:00

20 lines
292 B
CSS

.footer{
width: 100%;
display: flex;
align-items: center;
height: fit-content;
padding: 2rem;
}
.footerContent {
display: flex;
width: 100%;
justify-content: center;
gap: 2rem;
}
.link {
color: black;
width: fit-content;
text-align: center;
}