FIX: smaller footer.
Smaller footer notes
This commit is contained in:
parent
caa5d277dd
commit
4d846865e1
2 changed files with 12 additions and 2 deletions
|
@ -2,6 +2,14 @@
|
|||
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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue