Add more styles
This commit is contained in:
@ -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;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user