File: /home/frenchy/www/extracts/var/www/french-american.org/repo/app/assets/scss/regions/_partners.scss
.wp-block-columns.wp-block-columns--partners {
flex-wrap: wrap;
justify-content: center;
.wp-block-column:not(:first-child),
.wp-block-column:nth-child(2n) {
margin-left: 0;
}
.wp-block-column {
min-width: rem(240px);
max-width: rem(240px);
margin-bottom: 0;
text-align: center;
@include media(">=md", "<xxl") {
min-width: rem(160px);
max-width: rem(160px);
}
.wp-block-image {
margin-bottom: 0;
border: 1px solid #ebebeb;
}
}
// Gestion des bordures
@include media(">=md") {
.wp-block-column {
.wp-block-image {
border-bottom-color: transparent;
border-left-color: transparent;
}
.wp-block-image:nth-of-type(1) {
border-top-color: transparent;
}
}
// dernière colonne
.wp-block-column:last-child {
.wp-block-image {
border-right-color: transparent;
}
}
}
}