summaryrefslogtreecommitdiff
path: root/stylesheets/commun.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-04 00:15:39 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-04 00:15:39 +0100
commitbb323265493d7400a2b19b181fe9e1f420f67bd5 (patch)
tree4cc659141e62ab6f09ad2c016a342201325dcb3c /stylesheets/commun.css
parenta8a88e379ee4138aa7003bd9d8a3f6bafc13b6ed (diff)
downloadquatuorbellefeuille.com-bb323265493d7400a2b19b181fe9e1f420f67bd5.tar.xz
Move EN button away from edges
Diffstat (limited to 'stylesheets/commun.css')
-rw-r--r--stylesheets/commun.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/stylesheets/commun.css b/stylesheets/commun.css
index e55414e..b30d130 100644
--- a/stylesheets/commun.css
+++ b/stylesheets/commun.css
@@ -306,8 +306,8 @@ footer.legal {
z-index: 1;
display: grid;
- grid-template-columns: 3rem 1fr 3.2rem;
- grid-template-rows: 3rem repeat(4, auto);
+ grid-template-columns: 3rem 1fr 3.6rem;
+ grid-template-rows: 3.6rem repeat(4, auto);
}
header.slidingmenu > .content > img.button.close {
grid-column: 1;