fix: spacing

This commit is contained in:
Arman
2022-11-04 14:22:23 +01:00
parent 43bc72eca6
commit 769ecff73d
5 changed files with 5 additions and 5 deletions
@@ -63,7 +63,7 @@
<p class="text u-line-height-1-5">Create your first database to get started</p>
<p class="text u-line-height-1-5">Need a hand? Check out our documentation.</p>
</div>
<div class="u-flex u-gap-12">
<div class="u-flex u-gap-16">
<Button external href="https://appwrite.io/docs/databases" text>
Documentation
</Button>
@@ -106,7 +106,7 @@
<p class="text u-line-height-1-5">Create your first function to get started</p>
<p class="text u-line-height-1-5">Need a hand? Check out our documentation.</p>
</div>
<div class="u-flex u-gap-12">
<div class="u-flex u-gap-16">
<Button href="https://appwrite.io/docs/functions" external text>
Documentation
</Button>
@@ -243,7 +243,7 @@
</p>
<p class="text u-line-height-1-5">Need a hand? Check out our documentation.</p>
</div>
<div class="u-flex u-gap-12">
<div class="u-flex u-gap-16">
<Button text external href="https://appwrite.io/docs/functions#createFunction">
Documentation
</Button>
@@ -78,7 +78,7 @@
</p>
<p class="text u-line-height-1-5">Check out our documentation.</p>
</div>
<div class="u-flex u-gap-12 common-section">
<div class="u-flex u-gap-16 common-section">
<Button text href="https://appwrite.io/docs/webhooks">Documentation</Button>
<Button secondary on:click={openWizard}>
<span class="text">Create Webhook</span>
@@ -96,7 +96,7 @@
<p class="text u-line-height-1-5">Create your first bucket to get started</p>
<p class="text u-line-height-1-5">Need a hand? Check out our documentation.</p>
</div>
<div class="u-flex u-gap-12">
<div class="u-flex u-gap-16">
<Button external href="https://appwrite.io/docs/storage" text>Documentation</Button>
<Button secondary on:click={() => (showCreate = true)}>Create bucket</Button>
</div>