We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f734a3 commit fdbbfc8Copy full SHA for fdbbfc8
app/styles/team.module.css
@@ -8,13 +8,13 @@
8
}
9
10
h2 {
11
- margin-top: 10px;
+ margin-top: var(--space-2xs);
12
color: var(--main-color-light);
13
14
15
16
.avatar {
17
- margin-right: 20px;
+ margin-right: var(--space-m);
18
19
20
.header-row {
@@ -23,7 +23,7 @@
23
24
25
.github-link {
26
- margin-left: 16px;
+ margin-left: var(--space-s);
27
28
&, &:hover {
29
color: var(--main-color);
@@ -39,13 +39,13 @@
39
display: flex;
40
align-items: center;
41
justify-content: space-between;
42
- margin-bottom: 25px;
+ margin-bottom: var(--space-s);
43
44
45
.sort-by-label {
46
composes: small from './shared/typography.module.css';
47
48
49
.list {
50
- margin-bottom: 20px;
51
0 commit comments