From edb5c03f5b1850489f1a8787dcc9e0bf6699e67e Mon Sep 17 00:00:00 2001 From: Matthieu Dubuget Date: Sun, 30 Sep 2018 20:45:02 +0200 Subject: [PATCH] Modif. css menu --- mon_site.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/mon_site.css b/mon_site.css index 58f80f4..a60b107 100644 --- a/mon_site.css +++ b/mon_site.css @@ -1035,15 +1035,15 @@ p.vert {writing-mode: tb-rl} left: 0; background-color: #111; /* Black*/ overflow-x: hidden; /* Disable horizontal scroll */ - padding-top: 60px; /* Place content 60px from the top */ + padding-top: 40px; /* Place content 60px from the top */ transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */ } /* The navigation menu links */ .sidenav a { - padding: 8px 8px 8px 32px; + padding: 8px 8px 8px 8px; text-decoration: none; - font-size: 25px; + /* font-size: 25px; */ color: #818181; display: block; transition: 0.3s; @@ -1059,9 +1059,10 @@ p.vert {writing-mode: tb-rl} position: absolute; top: 0; right: 25px; - font-size: 36px; - margin-left: 50px; + /* font-size: 26px; */ + margin-left: 40px; } + #fixedbutton { position: fixed; top: 10px;