diff --git a/src/lib/lists/image-gallery.svelte b/src/lib/lists/image-gallery.svelte index 375f8e0..055b053 100644 --- a/src/lib/lists/image-gallery.svelte +++ b/src/lib/lists/image-gallery.svelte @@ -107,7 +107,7 @@ padding-right: 12px; display: flex; flex-direction: column; - gap: 4px; + gap: 8px; } .gallery-desc-container p { margin: 0; @@ -157,12 +157,19 @@ } .gallery-text-container { - height: initial; + height: 40vh; } .gallery-img-container { border-right: none; border-bottom: var(--border-style) var(--border-dash-size) var(--color-highlight-alt); } + .gallery-img { + height: 100%; + } + + .gallery-zone > * { + height: 40vh; + } } \ No newline at end of file