Skip to content
Snippets Groups Projects
Commit 2aaaa284 authored by m26lebla's avatar m26lebla
Browse files

css to flex the fact-figures when no carousel is selected

parent dcdcc0af
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -523,3 +523,23 @@
margin-left: 0;
}
}
.owl-carousel:not([data-highlighted-carousel]){
.owl-wrapper-outer{
overflow: inherit;
}
.owl-wrapper{
display:flex!important;
flex-wrap: wrap;
justify-content: space-between;
width:100%!important;
justify-content: space-between;
.owl-item {
float:inherit;
flex-grow: 1;
min-width: 33%;
margin-bottom:1.5rem;
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment