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;
---
<div class="px-4 py-16 mx-auto max-w-6xl lg:py-20">
<div class="px-4 py-16 mx-auto max-w-6xl lg:py-20 not-prose">
<div class="max-w-xl sm:mx-auto lg:max-w-2xl">
{
(title || subtitle || highlight) && (