We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2feea4b commit 39d039aCopy full SHA for 39d039a
src/shared/components/Contentful/Article/themes/default.scss
@@ -569,24 +569,6 @@
569
position: absolute;
570
width: 0;
571
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 */
590
}
591
592
.bannerClippedImageHolder {
0 commit comments