with time

This commit is contained in:
2022-11-06 21:36:43 +01:00
parent 3d664d98cb
commit bce0931df9
4 changed files with 19 additions and 6 deletions

View File

@@ -1,3 +1,15 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
.markdown {
@apply space-y-2;
}
.markdown ul {
@apply pl-4;
}
.markdown li {
@apply list-disc;
}