table header sticky top

This commit is contained in:
Owen Rees
2023-06-10 11:42:58 +02:00
parent 1ad2f1b306
commit fbefd7eaa0
7 changed files with 16 additions and 14 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import Layout from "@/components/Layout";
export default function Contact() {
return (
<Layout>
<header className="grid h-[calc(100%-156px)] md:h-[calc(100%-124px)] place-items-center">
<header className="grid h-[calc(100%-176px)] md:h-[calc(100%-132px)] place-items-center">
<div className="relative h-full w-full bg-amber-200"></div>
<div className="absolute">
<h1>Contact Page</h1>