Add 'not-prose' css class and fix minimal types

This commit is contained in:
prototypa
2023-07-01 20:38:05 -04:00
parent 712ee02fa7
commit 7997ed1fb2
14 changed files with 18 additions and 17 deletions

View File

@ -21,7 +21,7 @@ const {
} = Astro.props;
---
<section class="px-4 py-16 sm:px-6 mx-auto lg:px-8 lg:py-20 max-w-6xl">
<section class="px-4 py-16 sm:px-6 mx-auto lg:px-8 lg:py-20 max-w-6xl not-prose">
<div class="grid gap-6 row-gap-10 md:grid-cols-2">
<div class="md:py-4 md:pr-16 mb-4 md:mb-0">
{title && <h2 class="mb-8 text-3xl lg:text-4xl font-bold font-heading" set:html={title} />}