mirror of https://github.com/lxndrblz/anatole.git

alexanderdavide
20.43.2022 d2b4566616a5af9cad2e73676a622c6cf7c6812b
assets/scss/partials/components/_post.scss
@@ -86,12 +86,16 @@
    }
    h1 {
      $font-size-h1: 3.6rem;
      font-size: $font-size-h1;
      text-transform: uppercase;
      font-size: 3em;
      letter-spacing: 1px;
      line-height: 1;
      a {
        font-size: $font-size-h1;
        @include themed() {
          color: t('primary');
        }
@@ -99,13 +103,17 @@
    }
    h2 {
      $font-size-h2: 2.4rem;
      font-size: $font-size-h2;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 2.6rem;
      line-height: 1;
      font-weight: 600;
      a {
        font-size: $font-size-h2;
        @include themed() {
          color: t('primary');
        }
@@ -113,13 +121,17 @@
    }
    h3 {
      $font-size-h3: 2rem;
      font-size: $font-size-h3;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      line-height: 1;
      font-weight: 600;
      a {
        font-size: 2rem;
        font-size: $font-size-h3;
        @include themed() {
          color: t('primary');
        }