Skip to content

Commit 64ffd6a

Browse files
committed
fix: layout (keep footer section to bottom of page)
1 parent 58343f6 commit 64ffd6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div class="bg-white rounded-2xl min-h-full flex-1 flex flex-col">
1414
{% include header.html %}
1515

16-
<div>
16+
<div class="flex-1">
1717
{{ content }}
1818
</div>
1919

0 commit comments

Comments
 (0)