We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f83d4 commit 66219f2Copy full SHA for 66219f2
src/layouts/Layout.astro
@@ -32,7 +32,8 @@ const description = titleFromProps ? `${defaultTitle} - ${title}` : title;
32
<GlobalStyle />
33
<PWA />
34
</head>
35
- <body class="m-auto max-w-prose px-2 md:px-0 [min-height:100svh]">
+ <!-- "flex flex-col" are to footer to "stick" to the bottom -->
36
+ <body class="m-auto max-w-prose px-2 md:px-0 [min-height:100svh] flex flex-col">
37
<Header sticky={true} />
38
<SideNavs />
39
<!-- apply relative so that main is on top of other fixed components like SideNavs -->
0 commit comments