Bulletpoints #61

Merged
IB-Cornelsen merged 1 commits from Jens into main 2024-12-05 15:02:15 +00:00

View File

@@ -157,11 +157,11 @@ import Layout from "#layouts/Layout.astro";
}
&-list {
@apply list-disc pl-2 mt-2;
@apply pl-2 mt-2;
}
&-list-item {
@apply text-xl text-gray-600 list-disc pl-5 mt-2;
@apply text-xl text-gray-600 list-disc;
}
}