Skip to content

Commit

Permalink
Merge pull request #756 from dpc-sdp/bugfix/allow-wider-media-content
Browse files Browse the repository at this point in the history
[R20-1341] allow media and tables to span full width
  • Loading branch information
waitingallday authored Aug 10, 2023
2 parents 0faef8f + b54b6cc commit 0f85bce
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
letter-spacing: var(--rpl-type-ls-1);

@media (--rpl-bp-m) {
max-width: var(--rpl-content-max-width);
> :not(.rpl-media-embed, .rpl-iframe, .rpl-img, .rpl-table) {
max-width: var(--rpl-content-max-width);
}
}

& > :first-child {
Expand Down

0 comments on commit 0f85bce

Please sign in to comment.