forked from 00dani/lemoncurry
Adjust the spacing on the footer a bit, it looks better this way
This commit is contained in:
parent
6481e8d9bc
commit
5d031f9e84
1 changed files with 6 additions and 1 deletions
|
@ -59,8 +59,13 @@ body
|
||||||
> footer
|
> footer
|
||||||
display flex
|
display flex
|
||||||
justify-content space-evenly
|
justify-content space-evenly
|
||||||
margin auto 1rem
|
margin 1rem
|
||||||
|
margin-top 0
|
||||||
text-align center
|
text-align center
|
||||||
|
> p
|
||||||
|
margin-right 1rem
|
||||||
|
p:last-child
|
||||||
|
margin-right 0
|
||||||
|
|
||||||
.card
|
.card
|
||||||
background-color $base02
|
background-color $base02
|
||||||
|
|
Loading…
Reference in a new issue