sidebar width

This commit is contained in:
Andres
2022-07-08 15:47:18 +02:00
parent 494682354c
commit 1fda560d0d
2 changed files with 13 additions and 3 deletions

View File

@@ -2,11 +2,12 @@
background: #fff;
height: 100vh;
left: -317px;
max-width: 317px;
min-width: 317px;
/* max-width: 317px; */
/* min-width: 317px; */
position: fixed;
top: 0;
transition: 0.2s ease-in;
width: 317px;
z-index: 2;
}