wf4/app/assets/css/footer.css
webfussel a204be8ddc REMOVE: (Urban) as SEO is okay again
Removed the (Urban) which was added after marriage for better SEO
2025-03-18 12:54:31 +01:00

27 lines
487 B
CSS
Executable file

.Footer {
align-items: center;
padding: 1rem 15vw;
& .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;
}
}