STYLE handling ul & lis
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-08-27 11:56:44 +02:00
parent 7f57f70593
commit aac74f0f32
2 changed files with 5 additions and 1 deletions

View File

@ -2,4 +2,7 @@
h1 {
@apply mb-6;
}
li {
@apply mb-1;
}
}

View File

@ -110,7 +110,8 @@
.article-tags {
@apply mb-12;
}
ul,
ol,
p {
@apply mb-6;
}