wf4/app/assets/css/footer.css
webfussel aa962bd8db ADD: Contact page
Add contact page with socials
2025-05-28 08:11:50 +02:00

28 lines
523 B
CSS
Executable file

.Footer {
align-items: center;
padding: 1rem 15vw;
background: var(--color-black);
& .notes {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-evenly;
gap: 3rem .5rem;
}
& a:hover {
color: var(--color-orange);
}
& p {
color: var(--color-white-transparent);
white-space: nowrap;
}
& .sitemap {
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
}