Skip to content

Commit

Permalink
Add alignfull alignwide styles. (#32070)
Browse files Browse the repository at this point in the history
  • Loading branch information
jffng authored and youknowriad committed May 31, 2021
1 parent aac0263 commit 0b8ad77
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/block-library/src/post-featured-image/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@
max-width: 100%;
height: auto;
}

&.alignwide img,
&.alignfull img {
width: 100%;
}
}

0 comments on commit 0b8ad77

Please sign in to comment.