@@ -28,7 +28,7 @@
</div>
<div class="col-lg-12 col-md-12">
<div class="clients-list partners-list grayscale">
- <div class="{f:if(condition: '{ot:template.getPreference(key: \'staticDonors\')}!=1', then: 'owl-carousel')}"
+ <div class="{f:if(condition: '{ot:template.getPreference(key: \'staticDonors\')}!=1', then: 'owl-carousel', else: 'static')}"
data-nav-dots="false"
data-md-items="4"
data-sm-items="3"
@@ -306,6 +306,17 @@
Partenaires
------------------------*/
+ .partners-list > .static {
+ display: flex;
+ flex-direction: row;
+ justify-content: center;
+ flex-wrap: wrap;
+ }
+
+ .partners-list > .static .item {
+ margin: 0 3px;
.partners-list img {
max-height: 80px;
}