Skip to content

Commit 9ec2b03

Browse files
committed
SettingsPage: Use fluid space scale
1 parent 054cd7d commit 9ec2b03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/settings-page.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.page {
22
display: grid;
3-
gap: 16px;
3+
gap: var(--space-s);
44

55
@media (--min-m) {
66
grid-template:
@@ -11,6 +11,6 @@
1111

1212
.content {
1313
h2:first-child {
14-
margin-top: 4px;
14+
margin-top: var(--space-3xs);
1515
}
1616
}

0 commit comments

Comments
 (0)