Merge pull request #61 from IBCornelsen/Jens

Bulletpoints
This commit is contained in:
Jens Cornelsen
2024-12-05 16:02:15 +01:00
committed by GitHub

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;
}
}