File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Content for hero panel.
25
25
26
26
Introduction of things.
27
27
28
- [.grid]
28
+ [.grid.has-emblems ]
29
29
Thing A [.emblem]#Emblem#::
30
30
Description of thing A.
31
31
Original file line number Diff line number Diff line change 38
38
grid-row : 1 ;
39
39
font-style : normal;
40
40
padding-right : 0 ;
41
+ word-wrap : normal;
41
42
}
42
43
43
44
.doc .grid dd {
46
47
}
47
48
}
48
49
50
+ .doc .grid .has-emblems dt {
51
+ display : flex;
52
+ }
53
+
49
54
.doc .grid dt .emblem {
50
55
color : var (--color-gray-50 );
56
+ font-family : var (--monospace-font-family );
51
57
font-weight : normal;
58
+ font-size : 0.95em ;
59
+ letter-spacing : -0.025em ;
52
60
}
53
61
54
62
.doc .grid dt .emblem ::before {
55
63
content : '//' ;
56
- padding-right : 0.5ch ;
64
+ padding : 0 0.5ch ;
57
65
}
58
66
59
67
.doc .grid .ulist {
You can’t perform that action at this time.
0 commit comments