18 lines
251 B
CSS
18 lines
251 B
CSS
.markdown {
|
|
@apply text-lg leading-relaxed;
|
|
}
|
|
|
|
.markdown p,
|
|
.markdown ul,
|
|
.markdown ol,
|
|
.markdown blockquote {
|
|
@apply my-6;
|
|
}
|
|
|
|
.markdown h2 {
|
|
@apply mt-12 mb-4 text-3xl leading-snug;
|
|
}
|
|
|
|
.markdown h3 {
|
|
@apply mt-8 mb-4 text-2xl leading-snug;
|
|
}
|