Responsive updates
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m36s

This commit is contained in:
2026-01-17 01:01:53 -07:00
parent 7026435cd3
commit bebc4b2743
7 changed files with 28 additions and 20 deletions

View File

@@ -21,8 +21,8 @@ const { title } = Astro.props;
<title>{title}</title>
<ClientRouter />
</head>
<body class="h-screen bg-base-100 text-base-content flex flex-col overflow-auto">
<div class="flex-1 overflow-auto">
<body class="min-h-screen bg-base-100 text-base-content flex flex-col">
<div class="flex-1 flex flex-col">
<slot />
</div>
<Footer />