minor site tweaks

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

@ -1,14 +1,14 @@
<h1>Hello {name}!</h1>
<!--
This is a Svelte component. Click the toggle
below right to see the generated code.
This is a Svelte component. Click 'JS output' in
the output section to see compiled code.
You can interact with this component via your
browser's console - try running the following:
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.
-->

@ -58,7 +58,7 @@
position: relative;
font: 300 1.2rem/1.5 var(--font-ui);
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 {

Loading…
Cancel
Save