fix: sizes

This commit is contained in:
Arman
2024-10-27 17:48:33 +01:00
parent d687df5137
commit 76bd7bcb1d
2 changed files with 4 additions and 4 deletions
@@ -27,7 +27,7 @@
value={BillingPlan.FREE}
tooltipShow={anyOrgFree}
tooltipText="You are limited to 1 Free organization per account."
padding="medium">
padding="m">
<svelte:fragment slot="custom" let:disabled>
<div
class="u-flex u-flex-vertical u-gap-4 u-width-full-line"
@@ -55,7 +55,7 @@
disabled={!selfService}
bind:group={billingPlan}
value={BillingPlan.PRO}
padding="medium">
padding="m">
<svelte:fragment slot="custom" let:disabled>
<div
class="u-flex u-flex-vertical u-gap-4 u-width-full-line"
@@ -82,7 +82,7 @@
name="plan"
bind:group={billingPlan}
value={BillingPlan.SCALE}
padding="medium">
padding="m">
<svelte:fragment slot="custom">
<div class="u-flex u-flex-vertical u-gap-4 u-width-full-line">
<h4 class="body-text-2 u-bold">
@@ -18,7 +18,7 @@
let totalSize = humanFileSize(deployment.buildSize + deployment.size);
</script>
<Card padding="small">
<Card padding="s">
<Layout.Stack direction="row" gap="xl">
<Image
alt={site.name}