main page fixes and styling

This commit is contained in:
Xanazf 2024-10-13 16:37:48 +03:00
parent d42b26f0b6
commit 2d68d8b526
Signed by: Xanazf
GPG key ID: 4E4A5AD1FB748427
3 changed files with 75 additions and 17 deletions

View file

@ -24,7 +24,6 @@ const { title, description } = Astro.props;
</head>
<body class="baselayout">
<Header />
<h1>{title}</h1>
<slot />
<Footer />
</body>