Quick test for post-receive hook.
- Moved style section in index.svelte.
This commit is contained in:
parent
8df672a5ae
commit
44270f078e
@ -24,6 +24,17 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
<style>
|
||||
section {
|
||||
border-radius: 5px;
|
||||
padding: 5px 20px;
|
||||
}
|
||||
|
||||
main {
|
||||
margin-top: 30px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<svelte:head>
|
||||
<title>Quartznet</title>
|
||||
</svelte:head>
|
||||
@ -37,14 +48,3 @@
|
||||
{/each}
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<style>
|
||||
section {
|
||||
border-radius: 5px;
|
||||
padding: 5px 20px;
|
||||
}
|
||||
|
||||
main {
|
||||
margin-top: 30px;
|
||||
}
|
||||
</style>
|
Loading…
x
Reference in New Issue
Block a user