Fix footer on very narrow displays
This commit is contained in:
parent
bfdcfbc3ea
commit
0f7e7b002f
1 changed files with 1 additions and 1 deletions
|
@ -60,5 +60,5 @@ html
|
|||
* content slots, data
|
||||
* ->
|
||||
footer class: "box"
|
||||
* gridBox columns: math.min(#slots.footer, 3), class: 'content-padding', center: true
|
||||
* gridBox columns: math.min(#slots.footer, 3), class: 'content-padding', center: true, break: "tiny", gap: 1
|
||||
* slots.footer
|
||||
|
|
Loading…
Reference in a new issue