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

alexanderdavide
11.15.2022 171490b4d5e758a39384942397f0c7677537c479
refactor: add post-wrapper to fix overflow
1 files modified
4 ■■■■ changed files
layouts/portfolio/list.html 4 ●●●● patch | view | raw | blame | history
layouts/portfolio/list.html
@@ -1,5 +1,5 @@
{{ define "main" }}
  <div class="post-wrapper">
  {{ range $index, $elemen:= .Site.Data.portfolio.portfolioitems }}
    <div
      class="post {{ with .Site.Params.doNotLoadAnimations }}
@@ -97,6 +97,6 @@
    </div>
  {{ end }}
  </div>
{{ end }}