Skip to content

Commit

Permalink
Remove apparently unneessary object-fit from amp-image-lightbox; remo…
Browse files Browse the repository at this point in the history
…ve non-standard entry__content
  • Loading branch information
westonruter committed May 30, 2018
1 parent cc53173 commit dbe281c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions assets/css/amp-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
object-fit: contain;
}

.entry__content amp-fit-text blockquote,
amp-fit-text blockquote,
amp-fit-text h1,
amp-fit-text h2,
amp-fit-text h3,
Expand All @@ -14,10 +14,3 @@ amp-fit-text h6 {
font-size: inherit;
}

#amp-image-lightbox div div > :first-child {
object-fit: contain;
}

.entry__content .wp-block-gallery[class*="columns-"] figure {
width: 100%;
}

0 comments on commit dbe281c

Please sign in to comment.