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 'static/css/custom.css')
-rw-r--r--static/css/custom.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
index 95c3097..d62cd94 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -1,8 +1,13 @@
/* your styles go here */
.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 {