💄 update blogpost styling
This commit is contained in:
parent
bb4de273a7
commit
d57ef47dac
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ const { title, description, pubDate } = Astro.props;
|
|||
</head>
|
||||
|
||||
<SectionContainer>
|
||||
<main class="mb-auto break-words mt-4">
|
||||
<main class="flex flex-col flex-1 mb-auto break-words mt-4">
|
||||
<article>
|
||||
<h1 class="text-4xl font-extrabold">{title}</h1>
|
||||
<p class="italic">{description}</p>
|
||||
|
|
Loading…
Reference in a new issue