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

alexanderdavide
10.34.2022 962f52b77bd18e3c4a000e8eec42b982c98d7c44
refactor: display posts fullwidth on mobile
1 files modified
12 ■■■■■ changed files
assets/scss/partials/components/_post.scss 12 ●●●●● patch | view | raw | blame | history
assets/scss/partials/components/_post.scss
@@ -2,6 +2,18 @@
  background-color: $accent;
  margin: 30px;
  &-wrapper {
    width: 100%;
    @media screen and (min-width: 961px), print {
      width: $content-width;
    }
  }
  &__more {
    font-size: 1.4rem;
  }
  .post-title {
    h1 {
      text-transform: uppercase;