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

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2018-01-30 11:56:35 +0300
committerJustin Berthault <justin.berthault@zaclys.net>2018-01-30 11:56:35 +0300
commit8c0255a8e74d806fa9e62f77f38c3cf3882331e9 (patch)
tree8d825ff584b3d8ccf9fd0fc47aeb72d1e105d573 /static/css/style.css
parent5acd4af8ca07dce7e744072a1bdeecb75077a07c (diff)
Add Automatic gallery function with Page-Bundle feature
- Gallery images stored in `images/gallery` - Auto-resizing
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 976bf93..b67f9ad 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -183,7 +183,7 @@ img {
position: relative;
}
.gallery-item .thumbnail {
- max-width: 80%;
+ max-width: 90%;
}
.label {
display: inline;
@@ -246,7 +246,7 @@ img {
max-width: 50%;
}
.gallery-item {
- width: 20%;
+ width: 33%;
}
.thumbnail {
max-width: 30%;