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;
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;