HEX
Server: Apache
System: Linux webd004.cluster130.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User: frenchy (106757)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/f/r/e/frenchy/www/french-american.org/current/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;
      }
    }
  }
}