mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-07-16 19:51:22 +00:00
Add a gap between footer items
This commit is contained in:
parent
e295d4b9a5
commit
c8e2f85fa1
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user