8 lines
302 B
Plaintext
8 lines
302 B
Plaintext
---
|
|
const { title, description } = Astro.props;
|
|
---
|
|
|
|
<tr>
|
|
<td class="max-w-14 min-w-14 md:max-w-none md:min-w-none border dark:border-zinc-500 px-2 md:px-4 py-2 font-semibold">{title}</td>
|
|
<td class="break-all max-w-[calc(100vw-4.5rem)] border dark:border-zinc-500 px-4 py-2">{description}</td>
|
|
</tr> |