From 7c9f8ae7218f320d33db5bf126d14fe65e5d2cbf Mon Sep 17 00:00:00 2001 From: Harsh Mahajan <127186841+HarshMN2345@users.noreply.github.com> Date: Thu, 21 Aug 2025 12:11:54 +0530 Subject: [PATCH] fix: Apply the same spacing on all devices --- src/lib/layout/unauthenticated.svelte | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/src/lib/layout/unauthenticated.svelte b/src/lib/layout/unauthenticated.svelte index e45caa35c..7e9d3c14f 100644 --- a/src/lib/layout/unauthenticated.svelte +++ b/src/lib/layout/unauthenticated.svelte @@ -10,6 +10,7 @@ import type { Campaign } from '$lib/stores/campaigns'; import { Typography, Layout, Avatar } from '@appwrite.io/pink-svelte'; import { getCampaignImageUrl } from '$routes/(public)/card/helpers'; + import { isSmallViewport } from '$lib/stores/viewport'; export const imgLight = LoginLight; export const imgDark = LoginDark; @@ -44,7 +45,7 @@
@@ -159,7 +160,6 @@
-