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

github.com/samrobbins85/hugo-developer-portfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Robbins <samrobbinsgb@gmail.com>2020-08-11 19:01:35 +0300
committerSam Robbins <samrobbinsgb@gmail.com>2020-08-11 19:01:35 +0300
commit94003b9d7bea3b6216885679b5703fe05f3e38d7 (patch)
tree2bc6e4e1dd9151396ace2848e2f276d82c81ddf5
parentb76c0f6423d34d34d4d2f2363a591fa288e1e0f2 (diff)
Update sizing for portrait images
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 80afc65..c7b23b6 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -110,7 +110,7 @@
<div>
<h2 class="uk-text-center uk-text-bold uk-margin-large-top"> {{.title}} </h2>
<div class="uk-flex uk-flex-center">
- <img src="{{.image}}" class="uk-width-medium uk-width-large@s" >
+ <img src="{{.image}}" class="uk-width-medium uk-width-large@s uk-height-large contain" >
</div>
<p class="uk-text-center">{{.description}}</p>
<div class="uk-flex uk-flex-center">