Skip to content

Commit

Permalink
set min-height: 100svh to body
Browse files Browse the repository at this point in the history
  • Loading branch information
yuheiy committed Oct 21, 2023
1 parent fc0cfc2 commit fe7933e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ if (is404) {
<link rel="icon" href={faviconImage.src} type="image/svg+xml" />
</head>

<body class="min-h-[100dvh] bg-dynamic text-dynamic">
<body class="min-h-[100svh] bg-dynamic text-dynamic">
<header class="container mb-8 pt-16 text-sm text-dynamic-muted kerning-normal">
<p>
<a class="flex w-fit items-center gap-x-3" href={Astro.url.pathname !== "/" ? "/" : null}>
Expand Down

0 comments on commit fe7933e

Please sign in to comment.