styling for lists

This commit is contained in:
Chris W 2024-01-03 16:26:03 -07:00
parent 69b1046125
commit 7d8548a15f
1 changed files with 8 additions and 0 deletions

View File

@ -104,6 +104,14 @@ hr {
@apply border-none border-t-2 border-gray-200 dark:border-gray-700;
}
ul {
@apply list-disc list-inside space-y-2 ml-4 mb-6;
}
ol {
@apply list-decimal list-inside space-y-2 ml-4 mb-6;
}
@media (max-width: 720px) {
body {
@apply text-lg;