19 lines
137 B
Plaintext
19 lines
137 B
Plaintext
|
h1, h2, h3 {
|
||
|
@apply .mb-2;
|
||
|
}
|
||
|
|
||
|
.content {
|
||
|
h2,
|
||
|
h3 {
|
||
|
@apply .mt-6;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
p,
|
||
|
ul,
|
||
|
ol,
|
||
|
table,
|
||
|
pre {
|
||
|
@apply .mb-4;
|
||
|
}
|