Skip to content

Commit 114db6b

Browse files
committed
add blank footer
1 parent 900c8c8 commit 114db6b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/_layout.mustache

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
<link rel="stylesheet" href="styles.css">
1010
{{{head}}}
1111
</head>
12-
<body class="max-w-2xl mx-auto px-2 py-2 bg-bg">
13-
{{{content}}}
12+
<body>
13+
<div class="min-h-[95vh] max-w-2xl mx-auto px-2 py-2 bg-bg">
14+
{{{content}}}
15+
</div>
1416
</body>
17+
<footer class="h-[5vh] bg-black"></footer>
1518
</html>

0 commit comments

Comments
 (0)