🐛 Fix featured images overlap page title when metadata hidden

Fixes: #827
This commit is contained in:
James Panther
2024-04-29 15:36:19 +10:00
parent 41acfd2ac6
commit 9daf083f46
4 changed files with 17 additions and 9 deletions
+8 -4
View File
@@ -1903,14 +1903,14 @@ code {
margin-top: -0.75rem;
}
.-mt-4 {
margin-top: -1rem;
}
.mb-1 {
margin-bottom: 0.25rem;
}
.mb-10 {
margin-bottom: 2.5rem;
}
.mb-12 {
margin-bottom: 3rem;
}
@@ -1927,6 +1927,10 @@ code {
margin-bottom: 1.5rem;
}
.mb-8 {
margin-bottom: 2rem;
}
.mb-\[2px\] {
margin-bottom: 2px;
}