Merge pull request #62 from IBCornelsen/Jens

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

View File

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