💄 Reduce whitespace at the top of prose content

Ref #226
This commit is contained in:
James Panther
2022-06-25 14:53:34 +10:00
parent 6fc462136f
commit 337e355ba2
4 changed files with 13 additions and 5 deletions
+6 -4
View File
@@ -1046,6 +1046,12 @@ body button {
padding-left: 0px;
}
/* Adjust first child within prose */
.prose div.min-w-0.max-w-prose > *:first-child {
margin-top: 0.75rem;
}
/* Table of Contents */
.toc ul,
@@ -2898,10 +2904,6 @@ body button {
order: 9999;
}
.lg\:mt-3 {
margin-top: 0.75rem;
}
.lg\:hidden {
display: none;
}