Skip to content

Commit 2e0b6e4

Browse files
committed
SideMenu: Use fluid space scale
1 parent ec85490 commit 2e0b6e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/components/side-menu.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
padding: 0;
55

66
> * + * {
7-
margin-top: 8px;
7+
margin-top: var(--space-3xs);
88
}
99
}

app/components/side-menu/item.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.link {
22
display: block;
3-
padding: 10px 12px;
4-
border-radius: 6px;
3+
padding: var(--space-2xs) var(--space-xs);
4+
border-radius: var(--space-3xs);
55
color: var(--main-color-light);
66
transition: all var(--transition-medium) ease-in;
77

0 commit comments

Comments
 (0)