summaryrefslogtreecommitdiff
path: root/addons/website/static/src/snippets/s_quotes_carousel/001.scss
blob: c26dff12a6e8b5e734e54880389c9e65ec175b8e (plain)
1
2
3
4
5
6
7
8
.s_quotes_carousel_wrapper[data-vcss='001'] {
    .s_blockquote {
        margin-bottom: 0;
        @include media-breakpoint-down(sm) {
            width: 100% !important; // TODO add the right class in the xml when it's possible
        }
    }
}