File tree Expand file tree Collapse file tree 1 file changed +9
-15
lines changed Expand file tree Collapse file tree 1 file changed +9
-15
lines changed Original file line number Diff line number Diff line change 1
- .header {
2
- padding-top : 30px ;
3
- padding-bottom : 30px ;
4
- }
5
-
6
1
.heading {
7
2
display : flex;
8
3
align-items : baseline;
9
4
flex-wrap : wrap;
10
- gap : 10 px ;
5
+ gap : var ( --space-xs ) ;
11
6
margin : 0 ;
12
7
padding : 0 ;
13
8
word-break : break-word;
18
13
}
19
14
20
15
.description {
21
- margin-top : 15 px ;
16
+ margin-top : var ( --space-xs ) ;
22
17
line-height : 1.35 ;
23
18
}
24
19
25
20
.keywords {
26
21
list-style : none;
27
- margin : 10 px 0 0 ;
22
+ margin : var ( --space-xs ) 0 0 ;
28
23
padding : 0 ;
29
24
30
- > li {
25
+ > * {
31
26
display : inline;
32
27
33
- & : not ( : last-child ) {
34
- margin-right : 15 px ;
28
+ + * {
29
+ margin-left : var ( --space-s ) ;
35
30
}
36
31
}
37
32
}
43
38
}
44
39
45
40
.follow-button {
46
- margin-top : 15 px ;
41
+ margin-top : var ( --space-s ) ;
47
42
}
48
43
49
44
.nav {
50
- margin-bottom : 20 px ;
45
+ margin-bottom : var ( --space-s ) ;
51
46
}
52
47
53
-
54
48
@media only screen and (min-width : 751px ) {
55
49
.header {
56
50
display : grid;
57
51
grid-template-columns : 1fr auto;
58
52
}
59
53
60
54
.follow-button {
61
- margin : -10px -10px 0 10 px ;
55
+ margin : -10px -10px 0 var ( --space-s ) ;
62
56
grid-column : 2 ;
63
57
grid-row : 1 ;
64
58
}
You can’t perform that action at this time.
0 commit comments