Skip to content

Commit 873271e

Browse files
authored
docs: footer is sticky on 404 page (#2875)
1 parent a2e92bf commit 873271e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/pages/[...404].svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<svelte:head> <title>404</title> </svelte:head>
66

7-
<Content>
7+
<Content style="min-height: calc(100vh - 6rem - 1px);">
88
<Grid>
99
<Row>
1010
<Column>

0 commit comments

Comments
 (0)