fix(site): shrink Aside and Blockquote child margins

This commit is contained in:
Darius Cepulis
2025-10-30 08:59:46 -05:00
parent bd9fd38aa4
commit 4e145d8091
4 changed files with 15 additions and 6 deletions
@@ -275,7 +275,9 @@ Your content. You can use **markdown** in here, too.
</Aside>
<Aside type="danger">
Your content. You can use **markdown** in here, too.
Of course it works with longer content as well. Even things that have multiple elements!
The elements have a gross Tailwind class that manages their margins which makes them tighter in this context. Neat!
</Aside>
## Code and Code Frames