From 274832b71f444c6d4bc292e554ee5ced51ca7d4b Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Thu, 17 Aug 2023 20:34:34 +0200 Subject: [PATCH] Update account layout styling and responsiveness - Updated the container class to remove horizontal margin and added left and right margin for smaller screens - Centered the heading text within the container - Adjusted the card width to be full-width on mobile devices and 3/12 of the screen width on larger screens --- src/routes/account/+layout.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/routes/account/+layout.svelte b/src/routes/account/+layout.svelte index 3323b7e..bd64867 100644 --- a/src/routes/account/+layout.svelte +++ b/src/routes/account/+layout.svelte @@ -1,5 +1,5 @@ -
-

Blackbird Chess

+
+

Blackbird Chess

{#if typeof globalvars.user == 'undefined' } {#each alertsvar as alert, i} @@ -15,7 +15,7 @@ {/each} {/if} -
+