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 fdbbfc8 commit a68ecbfCopy full SHA for a68ecbf
app/styles/user.module.css
@@ -1,10 +1,7 @@
1
.header {
2
display: flex;
3
align-items: center;
4
-
5
- h1 {
6
- padding: 0 10px;
7
- }
+ gap: var(--space-xs);
8
}
9
10
.github-link {
@@ -22,13 +19,13 @@
22
19
23
20
24
21
justify-content: space-between;
25
- margin-bottom: 25px;
+ margin-bottom: var(--space-s);
26
27
28
.sort-by-label {
29
composes: small from './shared/typography.module.css';
30
31
32
.list {
33
- margin-bottom: 20px;
34
0 commit comments