minor site tweaks

pull/7738/head
Rich Harris 7 years ago
parent 45066b50b5
commit f03cf8056b

@ -1,14 +1,14 @@
<h1>Hello {name}!</h1> <h1>Hello {name}!</h1>
<!-- <!--
This is a Svelte component. Click the toggle This is a Svelte component. Click 'JS output' in
below right to see the generated code. the output section to see compiled code.
You can interact with this component via your You can interact with this component via your
browser's console - try running the following: browser's console - try running the following:
app.name = 'everybody'; app.name = 'everybody';
You can also update the data via the props You can also update the name via the props
editor on this page. editor on this page.
--> -->

@ -58,7 +58,7 @@
position: relative; position: relative;
font: 300 1.2rem/1.5 var(--font-ui); font: 300 1.2rem/1.5 var(--font-ui);
border-bottom: var(--border-w) solid transparent; border-bottom: var(--border-w) solid transparent;
padding: 1.2rem 1.5rem 0.8rem 1.5rem; padding: 1.2rem 0.8rem 0.8rem 0.8rem;
} }
button.active { button.active {

Loading…
Cancel
Save