Fix spacing issue with HTML4 images

This bug was introduced in #1185, it looks like the HTML4 selector
changed to not include directly descendents of `.section` elements.
This commit is contained in:
Anthony Johnson 2021-08-12 13:38:24 -06:00
parent 21fd7dbc23
commit 3e157032d9
No known key found for this signature in database
GPG Key ID: 709FE91423F05AA0
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -33,7 +33,7 @@
text-align: center text-align: center
// Usually it's a good idea to give images some space. // Usually it's a good idea to give images some space.
.section, section > .section >, section >
img, a > img img, a > img
margin-bottom: $base-line-height margin-bottom: $base-line-height