update similar-posts card

This commit is contained in:
Somrat 2024-04-02 09:50:20 +06:00
parent b5f56c6acc
commit 87bf8ef45e
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@
<h2 class="h3 mb-12">{{ i18n "related_posts" }}</h2>
<div class="row">
{{ range . }}
<div class="lg:col-4">
<div class="lg:col-4 md:col-6 mb-14">
{{ partial "components/blog-card" . }}
</div>
{{ end }}

View File

@ -1,7 +1,7 @@
{
"name": "hugoplate",
"description": "hugo tailwindcss boilerplate",
"version": "1.13.3",
"version": "1.13.4",
"license": "MIT",
"author": "zeon.studio",
"scripts": {