Merge pull request #132 from Prakash4844/Center_Blog_Featured_img

Centered Single Blog Feature Images
This commit is contained in:
Guru Sabarish
2023-10-28 23:24:43 +05:30
committed by GitHub
+1 -1
View File
@@ -32,7 +32,7 @@
</div>
{{ if .Params.image }}
<div class="featured-image">
<img class="img-fluid" src="{{ .Params.image }}" alt="{{ .Title }}">
<img class="img-fluid mx-auto d-block" src="{{ .Params.image }}" alt="{{ .Title }}">
</div>
{{ end }}
<article class="page-content p-2">