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/frenchy/www/french-american.org/current/app/assets/scss/regions/_editions.scss
.section-edition.wp-block-columns {
  @include media("<xl") {
    display: block;

    .wp-block-column {
      margin-left: 0;
    }
  }

  // .wp-block-column:nth-of-type(1) {
  //   text-align: left;
  //   word-break: inherit;
  //   overflow-wrap: inherit;

  //   @include media(">=xl") {
  //     flex-basis: rem(215px);
  //   }

  //   h2 {
  //     @extend .title--h1;

  //     margin-top: 0 !important;
  //     font-size: rem(50px);
  //     line-height: rem(55px);
  //     text-transform: uppercase;

  //     &::before {
  //       left: 0;
  //       margin-left: 0;
  //     }
  //   }
  // }

  .wp-block-column:nth-of-type(2) {
    flex: initial;
    text-align: center;

    @include media(">=xl") {
      flex-basis: rem(215px);
    }

    img {
      max-width: rem(250px);
      height: auto;
      border-radius: 100%;
    }

    figcaption {
      font-size: rem(20px);
      line-height: rem(28px);
    }
  }
}