From 05b6452308ee5937180aea7ae130a767487f6298 Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Tue, 1 Feb 2022 15:28:46 +0500 Subject: [PATCH] Add a margin to sided galleries --- static/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/default.css b/static/default.css index 1d7d2d4..5e16690 100644 --- a/static/default.css +++ b/static/default.css @@ -159,6 +159,7 @@ aside { clear: both; } .img-gallery_layout-side { float: right; max-width: 50%; + margin-left: 1em; } } .img-gallery img { max-width: 100%; max-height: 50vh; }