Skip to content
Snippets Groups Projects
Commit 12a68cc0 authored by Benjamin Vray's avatar Benjamin Vray
Browse files

[FIX] website: fix carousel blockquote width on mobile


Before this commit, the width of carousel blockquotes was too small to
display correctly on mobile device.

Part of #55857

task-2318526

Signed-off-by: default avatarQuentin Smetz (qsm) <qsm@odoo.com>
parent b8ac4f6b
Branches
Tags
No related merge requests found
.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
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment