Add a gap between footer items

This commit is contained in:
Alex Shpak 2025-05-31 16:59:02 +02:00 committed by Christian Heusel
parent e295d4b9a5
commit c8e2f85fa1
No known key found for this signature in database
GPG Key ID: C047D4F328B52585
2 changed files with 5 additions and 1 deletions

View File

@ -14,6 +14,10 @@
flex-wrap: wrap; flex-wrap: wrap;
} }
.flex-gap {
gap: $padding-16;
}
.justify-start { .justify-start {
justify-content: flex-start; justify-content: flex-start;
} }

View File

@ -1,4 +1,4 @@
<div class="flex flex-wrap justify-between"> <div class="flex flex-wrap flex-gap justify-between">
{{ if and .GitInfo .Site.Params.BookRepo }} {{ if and .GitInfo .Site.Params.BookRepo }}
<div> <div>