Skip to content

Commit d97da6b

Browse files
reeversedevmontogeek
authored andcommitted
fix(ui): Reduced mobile sidebar padding (#2990)
1 parent bdfc861 commit d97da6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/SidebarMobile/SidebarMobile.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
width: 285px;
4545
height: 100vh;
4646
overflow-x: hidden;
47-
padding: 12px 0;
47+
padding: 4px 0;
4848
background: getColor(white);
4949
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
5050
}
@@ -53,7 +53,7 @@
5353
position: absolute;
5454
cursor: pointer;
5555
right: 22px;
56-
top: 22px;
56+
top: 10px;
5757
font-size: 1.3em;
5858
background-color: getColor(denim);
5959
color: getColor(white);

0 commit comments

Comments
 (0)