wf4/assets/css/footer.css
2024-05-30 08:52:28 +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;
}
}