Remove padding: 0 from offcanvas

This commit is contained in:
Konstantinos Triantafyllou 2022-06-17 10:58:24 +03:00
parent 69817f8b1f
commit 1ba2be8395
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@
background-color: var(--offcanvas-background-color);
box-shadow: var(--offcanvas-shadow);
border-radius: 4px 0 0 4px;
padding: 0;
width: 550px;
max-width: 100vw;
}