Skip to content

Commit d12dc1e

Browse files
Update dotcom-rendering/src/components/PullQuoteBlockComponent.tsx
Co-authored-by: Daniel Clifton <[email protected]>
1 parent 6f3680a commit d12dc1e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

dotcom-rendering/src/components/PullQuoteBlockComponent.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,9 @@ const supportingQuoteCss = css`
169169
margin-right: 10px;
170170
margin-bottom: 14px;
171171
clear: left;
172-
float: left;
173-
174-
${until.phablet} {
175-
float: none;
176-
}
177172
178173
${from.phablet} {
174+
float: left;
179175
width: 40%;
180176
}
181177

0 commit comments

Comments
 (0)