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/components/_title.scss
.title {
  // title dafault styles

  &--h1 {
    position: relative;
    display: block;
    margin-top: rem(30px) !important;
    margin-bottom: rem(80px) !important;
    font-size: rem(48px);
    font-weight: $font-medium;
    line-height: rem(56px);
    text-align: center;

    &::before {
      position: absolute;
      bottom: rem(-30px);
      left: 50%;
      width: rem(100px);
      height: rem(2px);
      margin-left: rem(-50px);
      content: "";
      background-color: $color-secondary;
    }
  }

  &--h2 {
    position: relative;
    display: block;
    margin-top: rem(30px) !important;
    margin-bottom: rem(40px) !important;
    font-size: rem(32px);
    font-weight: $font-medium;
    line-height: rem(38px);
    text-align: center;
  }
}