From ac786b3dc884ed445dd11c7f273fb33ab7ee2332 Mon Sep 17 00:00:00 2001 From: Niek van der Maas Date: Mon, 6 Mar 2023 16:11:16 +0100 Subject: [PATCH] Better container size on both mobile and desktop --- src/App.svelte | 2 +- src/app.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.svelte b/src/App.svelte index f50c561..3cbf1f4 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -16,7 +16,7 @@
-
+
diff --git a/src/app.scss b/src/app.scss index 8b20a99..82d8384 100644 --- a/src/app.scss +++ b/src/app.scss @@ -44,5 +44,6 @@ a.is-disabled { } $footer-padding: 3rem 1.5rem; +$fullhd: 2000px; @import "/node_modules/bulma/bulma.sass"; \ No newline at end of file