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

@ -22,7 +22,7 @@ const {
} = Astro.props;
---
<section class="scroll-mt-16" id="features">
<section class="scroll-mt-16 not-prose" id="features">
<div class="px-4 py-16 mx-auto max-w-6xl lg:px-8 lg:py-20">
{
(title || subtitle || highlight) && (