different small fixes
This commit is contained in:
@@ -16,7 +16,7 @@ export default async function ExperimentsAdminPage() {
|
||||
}
|
||||
|
||||
return (
|
||||
<div>
|
||||
<div className='px-4 sm:px-6 lg:px-8 py-8'>
|
||||
<Link
|
||||
href="/admin"
|
||||
className="text-blue-500 hover:text-blue-600 mb-6 inline-block"
|
||||
|
||||
@@ -10,10 +10,10 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html>
|
||||
<body className="flex flex-col min-h-screen md:h-screen">
|
||||
<body className="flex flex-col min-h-screen">
|
||||
<AudioProvider>
|
||||
<Header />
|
||||
<main className="flex-1 overflow-hidden">
|
||||
<main className="flex-grow">
|
||||
{children}
|
||||
</main>
|
||||
<Footer />
|
||||
|
||||
Reference in New Issue
Block a user