starshard/peafowl
Template
1
Fork 0
mirror of https://github.com/starshardstudio/peafowl.git synced 2024-11-21 12:34:20 +00:00

Increase base flex gap to 4rem

This commit is contained in:
Steffo 2024-11-05 18:03:28 +01:00
parent 3fda5f933d
commit f5a4c6162d
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -154,7 +154,7 @@ abbr[title] i[class^="fa-"]::before {
}
.flex {
--gap: 2rem;
--gap: 4rem;
display: flex;
flex-wrap: wrap;