Skip to content

Commit 6f3680a

Browse files
committed
Make pullquote take up full width on mobile
1 parent 7cfed81 commit 6f3680a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dotcom-rendering/src/components/PullQuoteBlockComponent.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ const supportingQuoteCss = css`
171171
clear: left;
172172
float: left;
173173
174+
${until.phablet} {
175+
float: none;
176+
}
177+
174178
${from.phablet} {
175179
width: 40%;
176180
}

0 commit comments

Comments
 (0)