style update mainpage

This commit is contained in:
2023-08-25 20:42:45 +02:00
parent 99feead949
commit ab117aaa98
55 changed files with 118 additions and 705 deletions

View File

@@ -12,7 +12,7 @@
<h2 class="text-3xl title-product-summary">
{{ .Title }}
</h2>
<img src="{{ .Params.img | relURL }}" alt="-product-image-">
<img src="{{ .Params.image | relURL }}" alt="-product-image-">
<p class="description-product-summary">{{ .Description }}</p>
</div>
</a>