update postcss config for glightbox

This commit is contained in:
somrat sorkar
2023-07-24 11:04:06 +06:00
parent 600514bbc5
commit d8e4536bab
92 changed files with 8 additions and 6 deletions

View File

@@ -0,0 +1,16 @@
{{ define "main" }}
{{ partial "page-header" . }}
<section class="section">
<div class="container">
<div class="row">
{{ range .RegularPages }}
<div class="md:col-6 lg:col-4 mb-14">
{{ partial "components/author-card" . }}
</div>
{{ end }}
</div>
</div>
</section>
{{ end }}