From ec59b216df4aefada7502872dad9fbd8efe165e5 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Fri, 13 Oct 2023 20:34:50 +0100 Subject: Optimises furthsettins images --- public/css/modules/link-gallery.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'public/css/modules') diff --git a/public/css/modules/link-gallery.css b/public/css/modules/link-gallery.css index 12ba16f..1d7f7f2 100644 --- a/public/css/modules/link-gallery.css +++ b/public/css/modules/link-gallery.css @@ -21,7 +21,10 @@ } .link-gallery--furthsettins img { + box-sizing: border-box; border-radius: 50%; + height: auto; + border: solid calc(2 * var(--relative-eighth-rem)) var(--text-color); } .link-gallery img { -- cgit v1.2.3