From a8097d3363b599ffbe7b152c3dfefbdaba8cc36c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Jaenisch?= Date: Fri, 5 Jul 2024 16:40:02 +0200 Subject: [PATCH] fix: don't break the layout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I was so focused on the welcome screen that I accidentally broke the profile. Signed-off-by: André Jaenisch --- src/app.html | 2 +- src/lib/components/molecules/Welcome.svelte | 36 +++++++++++---------- 2 files changed, 20 insertions(+), 18 deletions(-) diff --git a/src/app.html b/src/app.html index c70a306..ccf56fc 100644 --- a/src/app.html +++ b/src/app.html @@ -24,6 +24,6 @@ You should have received a copy of the GNU Affero General Public License along w -
%sveltekit.body%
+
%sveltekit.body%
diff --git a/src/lib/components/molecules/Welcome.svelte b/src/lib/components/molecules/Welcome.svelte index e73ba05..682d109 100644 --- a/src/lib/components/molecules/Welcome.svelte +++ b/src/lib/components/molecules/Welcome.svelte @@ -17,23 +17,25 @@ You should have received a copy of the GNU Affero General Public License along w import AnvilLogo from '../atoms/AnvilLogo.svelte'; -
- -

{$_('page.welcome.headline')}

-

{$_('page.welcome.intro')}

-
-
- Create F2 account +
+
+ +

{$_('page.welcome.headline')}

+

{$_('page.welcome.intro')}

+ - - -
+