Skip to content
7 changes: 7 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -380,4 +380,11 @@
margin: 0;
padding: 0;
}
}

/* A heading as the first line of a Callout keeps its prose top margin on
the deployed build (the prose first-child reset doesn't win inside the
callout), adding an unwanted gap. Zero it out. */
.callout .prose > :first-child {
margin-top: 0;
}
Loading