Quick test for post-receive hook. - Moved style section in index.svelte.
This commit is contained in:
parent
a107b02002
commit
4f479d461f
1 changed files with 11 additions and 11 deletions
|
|
@ -24,6 +24,17 @@
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
section {
|
||||||
|
border-radius: 5px;
|
||||||
|
padding: 5px 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
main {
|
||||||
|
margin-top: 30px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
<title>Quartznet</title>
|
<title>Quartznet</title>
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
@ -37,14 +48,3 @@
|
||||||
{/each}
|
{/each}
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<style>
|
|
||||||
section {
|
|
||||||
border-radius: 5px;
|
|
||||||
padding: 5px 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
main {
|
|
||||||
margin-top: 30px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
Loading…
Reference in a new issue