Move the footer to the bottom
This commit is contained in:
parent
220f662d10
commit
f558d27e8c
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ function Home({ initialSettings }) {
|
|||
/>
|
||||
<meta name="theme-color" content={themes[initialSettings.color || "slate"][initialSettings.theme || "dark"]} />
|
||||
</Head>
|
||||
<div className="relative container m-auto flex flex-col justify-between z-10">
|
||||
<div className="relative container m-auto flex flex-col justify-between z-10 h-full">
|
||||
<div
|
||||
className={classNames(
|
||||
"flex flex-row flex-wrap justify-between",
|
||||
|
|
Loading…
Add table
Reference in a new issue