From d1ef0ab28cb1560cb40d66e9222fbf4494ae5ed9 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sun, 15 Sep 2024 10:59:00 +0200 Subject: [PATCH] fix nix logos not being centered vertically MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit thank you RafaƂ !!! --- site/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/index.css b/site/index.css index 405c53d..a26e191 100644 --- a/site/index.css +++ b/site/index.css @@ -70,6 +70,10 @@ li:not(:last-child) { align-items: center; } +.webring-member:has(a) a { + display: grid; +} + .config-image { margin-left: 0.25em; max-height: 1.25em;