Skip to content

Commit 057a1d9

Browse files
committed
set min-w 320 px
1 parent 2c0fcd1 commit 057a1d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/layouts/Base.astro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ const { metadata } = Astro.props as BaseProps;
1616

1717
<html lang="en">
1818
<BaseHead {metadata} />
19-
<body class="relative flex flex-col min-h-screen bg-base-100 transition-colors duration-500">
19+
<body
20+
class="relative flex flex-col min-h-screen min-w-80 bg-base-100 transition-colors duration-500"
21+
>
2022
<Header />
2123
<slot />
2224
<Footer />

0 commit comments

Comments
 (0)