💄 fixed up a bit of styling on about- & blogpage

This commit is contained in:
SindreKjelsrud 2023-08-29 11:59:32 +02:00
parent 02be38e66e
commit de4c34a419
2 changed files with 11 additions and 26 deletions

View file

@ -34,10 +34,11 @@ const posts = (await getCollection('blog')).sort(
</style>
</head>
<body>
<div class="flex flex-col fixed w-screen">
<div class="flex flex-col fixed w-screen p-5">
<Header />
<main class="flex flex-col justify-center items-left mx-80">
<section>
<main class="flex flex-col justify-center items-left mx-auto mt-8">
<h1 class="text-2xl">Blog posts</h1>
<section class="mt-4">
<ul>
{
posts.map((post) => (