Add more styles

This commit is contained in:
Thelonius Kort
2023-01-23 15:34:53 +01:00
parent 615e64cbd7
commit 0a10a5c12c

View File

@ -45,3 +45,25 @@
.article a { .article a {
@apply text-cyan-900; @apply text-cyan-900;
} }
.article ul {
@apply pl-6 list-disc my-2;
}
.article ol {
@apply pl-8 list-decimal my-2;
}
.article li {
@apply text-justify;
}
.article img {
max-width: 100%;
height: auto;
}
.article img + div, a + div {
font-size: smaller;
margin-bottom: 0.6ex;
}