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

alexanderdavide
11.31.2022 87dc7ff3b315768965b11f5a48ead1f4a04d7321
refactor: make archive self-contained
2 files modified
8 ■■■■ changed files
assets/scss/partials/components/_archive.scss 6 ●●●●● patch | view | raw | blame | history
layouts/_default/list.html 2 ●●● patch | view | raw | blame | history
assets/scss/partials/components/_archive.scss
@@ -1,4 +1,10 @@
.archive {
  width: 100%;
  @media screen and (min-width: 961px), print {
    width: $content-width;
  }
  &__list {
    font-size: 1.4rem;
    margin: 30px;
layouts/_default/list.html
@@ -1,6 +1,6 @@
{{ define "main" }}
  <div
    class="post-wrapper archive {{ with .Site.Params.doNotLoadAnimations }}
    class="archive {{ with .Site.Params.doNotLoadAnimations }}
      .
    {{ else }}