summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-12-28 19:39:55 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-12-28 19:39:55 +0100
commit2781226ff8e55322c1941742efddbcd6d64b239c (patch)
treef9aa43207c64e1bfc9a20199b1e989452c55db07
parent7e713c4bc99922c1ec0b7b55218a32f8c176b497 (diff)
downloadquatuorbellefeuille.com-2781226ff8e55322c1941742efddbcd6d64b239c.tar.xz
Bolt down portrait sizes in dropdown
No idea why they get gigantic on gitlab.io?
-rw-r--r--commun.css5
1 files changed, 5 insertions, 0 deletions
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;