aboutsummaryrefslogtreecommitdiff
path: root/src/components/gallery
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/gallery')
-rw-r--r--src/components/gallery/gallery.vue5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/gallery/gallery.vue b/src/components/gallery/gallery.vue
index a1f1c26c..65175366 100644
--- a/src/components/gallery/gallery.vue
+++ b/src/components/gallery/gallery.vue
@@ -95,7 +95,10 @@
height: 0;
width: 100%;
flex-grow: 1;
- margin-top: 0.5em;
+
+ &:not(:first-child) {
+ margin-top: 0.5em;
+ }
}
&.-long {