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 9e0c550 commit a09004dCopy full SHA for a09004d
dotcom-rendering/src/components/HighlightsContainer.importable.tsx
@@ -34,6 +34,16 @@ const carouselStyles = css`
34
${until.desktop} {
35
scroll-padding-left: 10px;
36
}
37
+ ${from.desktop} {
38
+ scroll-padding-left: 240px;
39
+ }
40
+ ${from.leftCol} {
41
+ scroll-padding-left: 80px;
42
43
+
44
+ ${from.wide} {
45
46
47
/**
48
* Hide scrollbars
49
* See: https://stackoverflow.com/a/38994837
0 commit comments