Liste #62

Merged
IB-Cornelsen merged 1 commits from Jens into main 2024-12-05 15:15:58 +00:00
Showing only changes of commit 20f980a1e6 - Show all commits

View File

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