diff options
| -rw-r--r-- | stylesheets/commun.css | 5 |
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; |
