Skip to content

Commit bbe625f

Browse files
committed
docs: remove the black band around the hero film
The wrapper measured 609px tall against a 545px film - the theme's prose styles apply a 2em margin to media, which rendered as a 64px black band above and below it. Zeroed the margin inside the hero wrapper.
1 parent 0373b55 commit bbe625f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/custom.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ h3 {
193193
display: block;
194194
width: 100%;
195195
height: auto;
196+
/* The theme's prose styles put a 2em margin on media, which showed up as a
197+
* 64px black band above and below the film inside this wrapper. */
198+
margin: 0;
196199
}
197200

198201
@media (min-width: 1280px) {

0 commit comments

Comments
 (0)