Skip to content

Commit e8d1126

Browse files
committed
crates: Use fluid space scale
1 parent 6094055 commit e8d1126

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/styles/crates.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
display: flex;
33
align-items: center;
44
justify-content: space-between;
5-
margin-bottom: 25px;
5+
margin-bottom: var(--space-s);
66
}
77

88
.sort-by-label {
99
composes: small from './shared/typography.module.css';
1010
}
1111

1212
.list {
13-
margin-bottom: 20px;
13+
margin-bottom: var(--space-s);
1414
}

0 commit comments

Comments
 (0)