Try Again

This commit is contained in:
Fred Boniface 2022-10-18 13:12:07 +01:00
parent 6430c7adf1
commit e7b247bf09
1 changed files with 4 additions and 2 deletions

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 {