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; top: 40px;
right: 0; right: 0;
margin: auto; margin: auto;
height: 0px; height: 100%;
display: none; display: block;
max-width: 60%; max-width: 60%;
width: 0;
background-color: darkslategrey; background-color: darkslategrey;
transition: 0.7s;
} }
.sidebar a { .sidebar a {