Skip to content

Commit d15fb3c

Browse files
committed
fixes
1 parent 0fec902 commit d15fb3c

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

apps/svelte.dev/src/routes/tutorial/[slug]/+page.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@
395395
border-right: 1px solid var(--sk-back-4);
396396
color: white;
397397
opacity: 1;
398+
font-size: var(--sk-font-size-ui-small);
398399
}
399400
400401
.navigator .solve:disabled {

apps/svelte.dev/src/routes/tutorial/[slug]/Loading.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,12 @@
162162
h2 {
163163
font-family: var(--sk-font-ui);
164164
font-size: var(--sk-font-size-ui-large);
165+
margin: 0 0 0.5em 0;
165166
}
166167
167168
p {
168169
margin: 0 0 1em 0;
170+
font-size: var(--sk-font-size-ui-medium);
169171
}
170172
171173
button {

apps/svelte.dev/src/routes/tutorial/[slug]/Menu.svelte

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,9 @@
193193
header strong,
194194
h1 {
195195
font-family: inherit;
196-
font-size: var(--sk-font-size-ui-medium);
197196
}
198197
199198
.menu {
200-
font-size: var(--sk-font-size-ui-medium);
201199
border: none;
202200
}
203201
@@ -252,7 +250,7 @@
252250
text-overflow: ellipsis;
253251
text-align: center;
254252
color: var(--sk-text-2);
255-
font-weight: 400;
253+
font-size: var(--sk-font-size-ui-small);
256254
}
257255
258256
h1 .desktop {
@@ -452,10 +450,5 @@
452450
font-size: var(--sk-font-size-ui-small);
453451
color: var(--sk-text-3);
454452
}
455-
456-
h1 strong {
457-
font-size: var(--sk-font-size-ui-medium) !important;
458-
line-height: 1;
459-
}
460453
}
461454
</style>

apps/svelte.dev/src/routes/tutorial/[slug]/filetree/Filetree.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179

180180
<style>
181181
.filetree {
182-
--font-size: var(--sk-font-size-ui-medium);
182+
--font-size: var(--sk-font-size-ui-small);
183183
flex: 1;
184184
overflow-y: auto;
185185
overflow-x: hidden;

0 commit comments

Comments
 (0)