This commit is contained in:
2024-09-03 17:22:26 -06:00
parent 59de726d54
commit 1f43c6305d
3 changed files with 18 additions and 7 deletions

View File

@@ -44,12 +44,12 @@ strong {
ul {
list-style-type: disc;
padding-left: 1.5rem; /* list-inside equivalent */
padding-left: 1.5rem;
}
ol {
list-style-type: decimal;
padding-left: 1.5rem; /* list-inside equivalent */
padding-left: 1.5rem;
}
hr {
@apply border-t border-gray-200 my-4;