9 lines
91 B
CSS
9 lines
91 B
CSS
.page--single-articles {
|
|
h1 {
|
|
@apply mb-6;
|
|
}
|
|
li {
|
|
@apply mb-1;
|
|
}
|
|
}
|