From 2781226ff8e55322c1941742efddbcd6d64b239c Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Mon, 28 Dec 2020 19:39:55 +0100 Subject: Bolt down portrait sizes in dropdown No idea why they get gigantic on gitlab.io? --- commun.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'commun.css') diff --git a/commun.css b/commun.css index 2826589..8d6f221 100644 --- a/commun.css +++ b/commun.css @@ -94,6 +94,11 @@ nav li.dropdown > ul > li a { display: block; /* Make link span whole containing block. */ padding-inline-start: 10%; } +nav li.dropdown > ul > li a img { + width: 32px; + height: 32px; +} + .current { background-color: white; -- cgit v1.2.3