diff options
Diffstat (limited to 'assets')
-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*/ |