diff options
author | joak <joak@nospace.at> | 2020-08-17 19:20:18 +0200 |
---|---|---|
committer | joak <joak@nospace.at> | 2020-08-17 19:20:18 +0200 |
commit | 66d5bb150621e8d8b7b11e997b6a6a9afce8223e (patch) | |
tree | d0d806ae0443fd572fef7abca0bcdacb330fff8a /assets/static | |
parent | f60e9ccd5b046101903a79bf6afa0cf87fdd956c (diff) |
update
Diffstat (limited to 'assets/static')
-rw-r--r-- | assets/static/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/static/style.css b/assets/static/style.css index b108b4a..e824e70 100644 --- a/assets/static/style.css +++ b/assets/static/style.css @@ -274,6 +274,14 @@ div.previews{ max-width: 800px; max-height: calc(100vH - 2em); } + +.galleryImage{ + margin-top: 1vH; + margin-bottom: 1vH; +} +.caption{ + margin-bottom: 1vH; +} /*gallery end*/ /*responsive start*/ |