thp-lang.org/src/components/TwoColumn.astro

4 lines
73 B
Plaintext
Raw Normal View History

<div class="two-column grid grid-cols-[10rem_auto]">
2024-05-29 02:12:04 +00:00
<slot />
</div>