Skip to content

Commit a68ecbf

Browse files
committed
user: Use fluid space scale
1 parent fdbbfc8 commit a68ecbf

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

app/styles/user.module.css

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
.header {
22
display: flex;
33
align-items: center;
4-
5-
h1 {
6-
padding: 0 10px;
7-
}
4+
gap: var(--space-xs);
85
}
96

107
.github-link {
@@ -22,13 +19,13 @@
2219
display: flex;
2320
align-items: center;
2421
justify-content: space-between;
25-
margin-bottom: 25px;
22+
margin-bottom: var(--space-s);
2623
}
2724

2825
.sort-by-label {
2926
composes: small from './shared/typography.module.css';
3027
}
3128

3229
.list {
33-
margin-bottom: 20px;
30+
margin-bottom: var(--space-s);
3431
}

0 commit comments

Comments
 (0)