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

alexanderdavide
20.23.2022 82b2cee0b41b72c73b853531c807df2115998879
feat: increase font size of post title
1 files modified
2 ■■■ changed files
assets/scss/partials/components/_post.scss 2 ●●● patch | view | raw | blame | history
assets/scss/partials/components/_post.scss
@@ -87,9 +87,9 @@
      letter-spacing: 1px;
      line-height: 1;
      font-weight: 600;
      font-size: 2.2rem;
      a {
        font-size: 2rem;
        @include themed() {
          color: t('primary');
        }