Modif. css menu

This commit is contained in:
Matthieu Dubuget 2018-09-30 20:45:02 +02:00
parent e228d09008
commit edb5c03f5b

View File

@ -1035,15 +1035,15 @@ p.vert {writing-mode: tb-rl}
left: 0; left: 0;
background-color: #111; /* Black*/ background-color: #111; /* Black*/
overflow-x: hidden; /* Disable horizontal scroll */ 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 */ transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
} }
/* The navigation menu links */ /* The navigation menu links */
.sidenav a { .sidenav a {
padding: 8px 8px 8px 32px; padding: 8px 8px 8px 8px;
text-decoration: none; text-decoration: none;
font-size: 25px; /* font-size: 25px; */
color: #818181; color: #818181;
display: block; display: block;
transition: 0.3s; transition: 0.3s;
@ -1059,9 +1059,10 @@ p.vert {writing-mode: tb-rl}
position: absolute; position: absolute;
top: 0; top: 0;
right: 25px; right: 25px;
font-size: 36px; /* font-size: 26px; */
margin-left: 50px; margin-left: 40px;
} }
#fixedbutton { #fixedbutton {
position: fixed; position: fixed;
top: 10px; top: 10px;