chchchchch changez

This commit is contained in:
Laker Turner 2025-03-30 21:12:05 +01:00
parent 2232741e04
commit f0b541cfdc
No known key found for this signature in database
24 changed files with 175 additions and 129 deletions

View file

@ -9,7 +9,7 @@ const { title, description, icon, date } = Astro.props;
<Layout title={title} description={description} date={date}>
<div>
<Header />
<main>
<main class="pr-48">
<Strapline title={title} description={description} icon={icon} date={date} />
<slot />
</main>