Added mpa support, nuxt4 future compatibility, improvements in intro and services
27 lines
487 B
CSS
27 lines
487 B
CSS
.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;
|
|
}
|
|
}
|