mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2025-05-25 21:03:14 +00:00
H
This commit is contained in:
parent
b1d8d36704
commit
6e2f592d83
4 changed files with 86 additions and 46 deletions
|
@ -9,7 +9,7 @@ footer {
|
|||
display: flex; flex-direction: row; flex-wrap: wrap;
|
||||
justify-content: space-around; align-items: center;
|
||||
|
||||
background-color: var(--bg); color: var(--fg);
|
||||
background-color: var(--bg-dark); color: var(--fg);
|
||||
|
||||
border-radius: var(--rad);
|
||||
|
||||
|
@ -24,3 +24,6 @@ footer div {
|
|||
justify-content: center; align-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
footer div h3 {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue