minor site tweaks

pull/1913/head
Rich Harris 6 years ago
parent a2232dcb3e
commit 8768c5d7bd

@ -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