File tree Expand file tree Collapse file tree 6 files changed +7
-8
lines changed
apps/svelte.dev/src/routes
packages/site-kit/src/lib Expand file tree Collapse file tree 6 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 38
38
padding : var (--sk-page-padding-top ) var (--sk-page-padding-side ) 6rem var (--sk-page-padding-side );
39
39
max-width : var (--sk-page-main-width );
40
40
margin : 0 auto ;
41
+ text-wrap : balance ;
41
42
}
42
43
43
44
h2 {
44
45
display : inline-block ;
45
- /* margin: 3.2rem 0 0.4rem 0; */
46
46
color : var (--sk-text-2 );
47
- max-width : 18em ;
48
- font-size : var (--sk-text-m );
49
- font-weight : 400 ;
47
+ font-size : var (--sk-font-size-h3 );
50
48
}
51
49
52
50
.post {
Original file line number Diff line number Diff line change 158
158
}
159
159
160
160
& label {
161
- font-size : var (--sk-text-m );
161
+ font-size : var (--sk-font-size-h3 );
162
162
163
163
font-weight : 500 ;
164
164
display : block ;
Original file line number Diff line number Diff line change 93
93
.section {
94
94
display : block ;
95
95
padding-bottom : 0.8rem ;
96
- font-size : var (--sk-text-m );
96
+ font-size : var (--sk-font-size-h3 );
97
97
font-family : var (--sk-font-heading );
98
98
font-weight : 500 ;
99
99
color : var (--sk-text-1 );
Original file line number Diff line number Diff line change 60
60
}
61
61
62
62
footer h2 {
63
- font-size : var (--sk-text-m );
63
+ font-size : var (--sk-font-size-h3 );
64
64
padding-bottom : 1rem ;
65
65
}
66
66
Original file line number Diff line number Diff line change 71
71
}
72
72
73
73
h3 {
74
- font-size : var (--sk-text-m );
74
+ font-size : var (--sk-text-h3 );
75
75
}
76
76
77
77
: where (h1 , h2 , h3 ) {
Original file line number Diff line number Diff line change 30
30
31
31
--sk-font-size-h1 : 3.6rem ;
32
32
--sk-font-size-h2 : 3rem ;
33
+ --sk-font-size-h3 : 2.4rem ;
33
34
--sk-text-l : 2.4rem ;
34
35
--sk-text-m : 2.1rem ;
35
36
--sk-text-s : 1.8rem ;
You can’t perform that action at this time.
0 commit comments