From d7dcbb2d8c081ec7848fc7e925250e9ba7e47a7d Mon Sep 17 00:00:00 2001 From: deflax Date: Fri, 19 Jan 2024 05:34:33 +0200 Subject: [PATCH] change gallery margins --- src/scheduler/templates/gallery.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/scheduler/templates/gallery.html b/src/scheduler/templates/gallery.html index c1fe6c4..07fc89b 100644 --- a/src/scheduler/templates/gallery.html +++ b/src/scheduler/templates/gallery.html @@ -16,19 +16,19 @@ display: flex; flex-wrap: wrap; justify-content: space-around; - margin: 20px; + margin: 0px; } .gallery-item { flex: 0 1 calc(33.3333% - 20px); - margin: 10px; + margin: 4px; overflow: hidden; position: relative; cursor: pointer; } .gallery-item img { - max-height: 420px; + max-height: 320px; width: 100%; height: auto; display: block;