Skip to content

Commit fdbbfc8

Browse files
committed
team: Use fluid space scale
1 parent 7f734a3 commit fdbbfc8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/styles/team.module.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
}
99

1010
h2 {
11-
margin-top: 10px;
11+
margin-top: var(--space-2xs);
1212
color: var(--main-color-light);
1313
}
1414
}
1515

1616
.avatar {
17-
margin-right: 20px;
17+
margin-right: var(--space-m);
1818
}
1919

2020
.header-row {
@@ -23,7 +23,7 @@
2323
}
2424

2525
.github-link {
26-
margin-left: 16px;
26+
margin-left: var(--space-s);
2727

2828
&, &:hover {
2929
color: var(--main-color);
@@ -39,13 +39,13 @@
3939
display: flex;
4040
align-items: center;
4141
justify-content: space-between;
42-
margin-bottom: 25px;
42+
margin-bottom: var(--space-s);
4343
}
4444

4545
.sort-by-label {
4646
composes: small from './shared/typography.module.css';
4747
}
4848

4949
.list {
50-
margin-bottom: 20px;
50+
margin-bottom: var(--space-s);
5151
}

0 commit comments

Comments
 (0)