fix: optimize CSS

This commit is contained in:
webfussel 2024-05-30 08:52:28 +02:00
parent b9e9e2d691
commit 282e2086b0
21 changed files with 217 additions and 258 deletions

View file

@ -1,18 +0,0 @@
.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;
}
}