Skip to content

Commit

Permalink
Remove responsive image fix (#5648)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikachan committed Apr 1, 2022
1 parent ebee9e8 commit 200ec0c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions archeo/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,15 +216,6 @@ body > .is-root-container > .wp-block-template-part > .wp-block-cover,
text-decoration-line: underline;
}

/*
* Needed until there's a fix in GB.
* Related: https://github.com/WordPress/gutenberg/pull/39045
*/
.wp-block-image img {
height: auto;
max-width: 100%;
}

/*
* Needed until https://github.com/WordPress/gutenberg/issues/34529 is fixed.
*/
Expand Down

0 comments on commit 200ec0c

Please sign in to comment.