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:
authorGuillermo Guerrero Ibarra <guillermo.guerrero@deliveroo.co.uk>2021-08-13 01:46:21 +0300
committerGuillermo Guerrero Ibarra <guillermo.guerrero@deliveroo.co.uk>2021-08-13 01:46:21 +0300
commitd04ebe4f92d749925c3793aafb077f08a4233e6b (patch)
tree954a43081097389196dc5f6ce463867d4f6e1803
parent22efcc0cc397ebdaa7d4f3543608b14316a88698 (diff)
Polish styles.
-rw-r--r--exampleSite/static/css/custom.css9
-rw-r--r--static/css/custom.css9
2 files changed, 14 insertions, 4 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 {
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 {