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

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/static/css/custom.css')
-rw-r--r--exampleSite/static/css/custom.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/exampleSite/static/css/custom.css b/exampleSite/static/css/custom.css
index 34b59c5..d54440a 100644
--- a/exampleSite/static/css/custom.css
+++ b/exampleSite/static/css/custom.css
@@ -2,8 +2,13 @@
/* Example site test */
.box-image-text .image {
- min-height: 200px;
- max-height: 200px;
+ min-height: 190px;
+ max-height: 190px;
+}
+
+.box-image-text .image img {
+ max-height: 190px;
+ margin: auto;
}
.box-simple {