Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,14 +226,10 @@
@apply text-3xl;
}

h2:not(:first-child), h3:not(:first-child) {
@apply mt-8;
}

h3 {
@apply text-2xl;
}

h4 {
@apply text-xl;
}
Expand All @@ -246,6 +242,14 @@
@apply text-base;
}

h2:first-child, h3:first-child, h4:first-child, h5:first-child {
@apply mt-0;
}

h2:not(:first-child), h3:not(:first-child) {
@apply mt-8;
}

p {
@apply mb-4;
}
Expand Down