summaryrefslogtreecommitdiff
path: root/stylesheets/commun.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-16 23:52:53 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-16 23:52:53 +0100
commitf86449725fd028ffe41cc78c46b051c8eab63578 (patch)
treea1ba7056acf4bb9d9d7b9b3330373c84bebc848b /stylesheets/commun.css
parentd16db1acbad4c8071a6449280b0871264de064c6 (diff)
downloadquatuorbellefeuille.com-f86449725fd028ffe41cc78c46b051c8eab63578.tar.xz
Sacrifice a few more bytes to work around Chrome shenanigans
Diffstat (limited to 'stylesheets/commun.css')
-rw-r--r--stylesheets/commun.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/stylesheets/commun.css b/stylesheets/commun.css
index 49071bf..4581f85 100644
--- a/stylesheets/commun.css
+++ b/stylesheets/commun.css
@@ -232,10 +232,14 @@ footer.legal {
transform: rotate(180deg);
padding: 1rem 0.5rem;
margin: 0; /* Compensate padding. */
- /* For some reason, Chrome (not Chromium, just Chrome) misaligns this
- * if we don't ropecast an align-items on this element. */
+ /* For some reason, Chrome 89 misaligns this element if we don't
+ * ropecast an align-items on it. */
display: flex;
align-items: center;
+ /* For some reason, Chrome 89 (🤨) takes a much wider space than
+ * necessary on this element if we don't ropecast a max-width
+ * on it. */
+ max-width: 2em;
}
}