redesign #1

Merged
fred.boniface merged 115 commits from redesign into main 2022-10-29 20:12:58 +01:00
1 changed files with 4 additions and 2 deletions
Showing only changes of commit e7b247bf09 - Show all commits

View File

@ -46,10 +46,12 @@
top: 40px;
right: 0;
margin: auto;
height: 0px;
display: none;
height: 100%;
display: block;
max-width: 60%;
width: 0;
background-color: darkslategrey;
transition: 0.7s;
}
.sidebar a {