Skip to content

Commit 39d039a

Browse files
committed
fix for PROD-3199
1 parent 2feea4b commit 39d039a

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/shared/components/Contentful/Article/themes/default.scss

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -569,24 +569,6 @@
569569
position: absolute;
570570
width: 0;
571571
height: 0;
572-
573-
/* stylelint-disable */
574-
> clippath {
575-
transform: translate(445px, 0) scaleX(-1);
576-
577-
@media screen and (max-width: 425px) and (min-width: 375px) {
578-
transform: translate(380px, 0) scaleX(-1);
579-
}
580-
581-
@media screen and (max-width: 375px) and (min-width: 320px) {
582-
transform: translate(330px, 0) scaleX(-1);
583-
}
584-
585-
@media screen and (max-width: 320px) {
586-
transform: translate(275px, 0) scaleX(-1);
587-
}
588-
}
589-
/* stylelint-enable */
590572
}
591573

592574
.bannerClippedImageHolder {

0 commit comments

Comments
 (0)