_sass/components/client-scroll.scss in jekyll-agency-1.1.0 vs _sass/components/client-scroll.scss in jekyll-agency-1.2.0

- old
+ new

@@ -1,11 +1,11 @@ -// Styling for the horizontally scrolling clients section -#scrolling-clients { - display: flex; - flex-wrap: nowrap; - overflow-x: auto; - overflow-y: hidden; -} - -#col-md-3 col-sm-6 { - flex: 0 0 auto; -} +// Styling for the horizontally scrolling clients section +#scrolling-clients { + display: flex; + flex-wrap: nowrap; + overflow-x: scroll; + overflow-y: hidden; +} + +#col-md-3 col-sm-6 { + flex: 0 0 auto; +}