Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leonhe/hugo_eiio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/index.html b/layouts/index.html
index dfd3ae0..690d342 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -33,8 +33,8 @@
<div id="home_post" class="row">
{{ with .Param "header_images" }}
<div class="col-md-3">
- <a href='{{$url}}'>
- <img style="width:100%;height:260px;overflow: hidden" src="{{.}}" alt=".">
+ <a href='{{$url}}'>
+ <img class="image-container" src="{{.}}">
</a>
</div>