quatuorbellefeuille.com

Content, build scripts and admin scripts for the Bellefeuille Quartet website.
git clone https://git.kevinlegouguec.net/quatuorbellefeuille.com
Log | Files | Refs

commit 2781226ff8e55322c1941742efddbcd6d64b239c
parent 7e713c4bc99922c1ec0b7b55218a32f8c176b497
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Mon, 28 Dec 2020 19:39:55 +0100

Bolt down portrait sizes in dropdown

No idea why they get gigantic on gitlab.io?

Diffstat:
Mcommun.css | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git 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;