summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-03 23:29:49 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-03 23:29:49 +0100
commit83d0014ad46315804d9a79de9e7e1ca457dfba89 (patch)
tree4fbe272cf7cfea048c266fc1c634c06df1745579
parent24963fa4d3378e3b3bd762e7775296910a7d4af2 (diff)
downloadquatuorbellefeuille.com-83d0014ad46315804d9a79de9e7e1ca457dfba89.tar.xz
Left-align social media buttons on mobile
-rw-r--r--stylesheets/commun.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/stylesheets/commun.css b/stylesheets/commun.css
index 854603c..1055dc4 100644
--- a/stylesheets/commun.css
+++ b/stylesheets/commun.css
@@ -357,7 +357,10 @@ footer.legal {
header.slidingmenu > .content > nav.social > ul {
display: flex;
padding-left: 0;
- justify-content: space-evenly;
+ margin-left: 2em;
+ }
+ header.slidingmenu > .content > nav.social > ul > li:not(:first-child) {
+ margin-left: 1em;
}
header.slidingmenu > .content > nav.social > ul > li > a {
display: flex;