Merge pull request #132 from Prakash4844/Center_Blog_Featured_img
Centered Single Blog Feature Images
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{{ if .Params.image }}
|
{{ if .Params.image }}
|
||||||
<div class="featured-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>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<article class="page-content p-2">
|
<article class="page-content p-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user