wf4/components/Footer/Footer.css
2024-05-24 08:01:47 +02:00

18 lines
295 B
CSS

.Footer {
align-items: center;
padding: 1rem 15vw;
& a:hover {
color: var(--color-orange);
}
& p {
color: var(--color-white-transparent);
}
& .sitemap {
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
}