summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-04 00:11:13 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-04 00:11:13 +0100
commita8a88e379ee4138aa7003bd9d8a3f6bafc13b6ed (patch)
treea8e0f1ad661c34d889db3179457b81006d2a8ac9 /stylesheets
parente3844d7ca7fc0e620076bd285661a23cb7d0dc28 (diff)
downloadquatuorbellefeuille.com-a8a88e379ee4138aa7003bd9d8a3f6bafc13b6ed.tar.xz
Make EN button slightly bigger
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/commun.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/stylesheets/commun.css b/stylesheets/commun.css
index 874d7bc..e55414e 100644
--- a/stylesheets/commun.css
+++ b/stylesheets/commun.css
@@ -306,7 +306,7 @@ footer.legal {
z-index: 1;
display: grid;
- grid-template-columns: 3rem 1fr 3rem;
+ grid-template-columns: 3rem 1fr 3.2rem;
grid-template-rows: 3rem repeat(4, auto);
}
header.slidingmenu > .content > img.button.close {
@@ -330,7 +330,7 @@ footer.legal {
justify-content: center;
padding: 0.4rem;
- font-size: 0.8rem;
+ font-size: 1rem;
}
header.slidingmenu > .content > nav.menu,
header.slidingmenu > .content > nav.social {