Skip to content

Commit 8768c5d

Browse files
committed
minor site tweaks
1 parent a2232dc commit 8768c5d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<h1>Hello {name}!</h1>
22

33
<!--
4-
This is a Svelte component. Click the toggle
5-
below right to see the generated code.
4+
This is a Svelte component. Click 'JS output' in
5+
the output section to see compiled code.
66
77
You can interact with this component via your
88
browser's console - try running the following:
99
1010
app.name = 'everybody';
1111
12-
You can also update the data via the props
12+
You can also update the name via the props
1313
editor on this page.
1414
-->

site/src/routes/repl/_components/Output/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
position: relative;
5959
font: 300 1.2rem/1.5 var(--font-ui);
6060
border-bottom: var(--border-w) solid transparent;
61-
padding: 1.2rem 1.5rem 0.8rem 1.5rem;
61+
padding: 1.2rem 0.8rem 0.8rem 0.8rem;
6262
}
6363

6464
button.active {

0 commit comments

Comments
 (0)