fix: optimize CSS
This commit is contained in:
parent
b9e9e2d691
commit
282e2086b0
21 changed files with 217 additions and 258 deletions
18
assets/css/footer.css
Normal file
18
assets/css/footer.css
Normal file
|
@ -0,0 +1,18 @@
|
|||
.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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue