STYLE handling ul & lis
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7f57f70593
commit
aac74f0f32
|
|
@ -2,4 +2,7 @@
|
||||||
h1 {
|
h1 {
|
||||||
@apply mb-6;
|
@apply mb-6;
|
||||||
}
|
}
|
||||||
|
li {
|
||||||
|
@apply mb-1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -110,7 +110,8 @@
|
||||||
.article-tags {
|
.article-tags {
|
||||||
@apply mb-12;
|
@apply mb-12;
|
||||||
}
|
}
|
||||||
|
ul,
|
||||||
|
ol,
|
||||||
p {
|
p {
|
||||||
@apply mb-6;
|
@apply mb-6;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user