Skip to content

Commit

Permalink
chore: set min-height to 100dvh
Browse files Browse the repository at this point in the history
  • Loading branch information
CNSeniorious000 committed Aug 26, 2024
1 parent 1305368 commit f60be42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import 'highlight.js/styles/atom-one-dark.css'
---

<Layout title="Endless Chat">
<main class="min-h-screen flex flex-col justify-between bg-transparent transition-max-width 2xl:max-w-105ch xl:max-w-95ch md:(bg-$c-bg shadow-2xl shadow-black/10 dark:shadow-black/15)">
<main class="min-h-screen flex flex-col justify-between bg-transparent transition-max-width !min-h-100dvh 2xl:max-w-105ch xl:max-w-95ch md:(bg-$c-bg shadow-2xl shadow-black/10 dark:shadow-black/15)">
<Header client:load />
<Generator client:load />
<Footer origin={Astro.request.headers.get('host') || ''} />
Expand Down

1 comment on commit f60be42

@vercel
Copy link

@vercel vercel bot commented on f60be42 Aug 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.