From e27bd90c1041f71b2eefbbcec1be7f4b9b5d65dc Mon Sep 17 00:00:00 2001
From: WarningImHack3r <43064022+WarningImHack3r@users.noreply.github.com>
Date: Sat, 29 Apr 2023 22:33:10 +0200
Subject: [PATCH 01/11] Hero - part 1 - Make left part of hero section -
Prepare Section.svelte to get the right sizing - Improve responsive for large
screens for navbar - Add Tailwind breakpoint for large screens (1920px) - Add
hover-child: variant because hover:child: acts lke child-hover: for some
reason - Improve buttons readability and flexibility
---
src/lib/components/Section.svelte | 8 ++++++++
src/lib/ui/Button.svelte | 17 +++++++++++++++--
src/routes/+layout.svelte | 4 ++--
src/routes/+page.svelte | 27 +++++++++++++++++++++++++++
tailwind.config.ts | 4 ++++
5 files changed, 56 insertions(+), 4 deletions(-)
create mode 100644 src/lib/components/Section.svelte
diff --git a/src/lib/components/Section.svelte b/src/lib/components/Section.svelte
new file mode 100644
index 00000000..bb58ef1d
--- /dev/null
+++ b/src/lib/components/Section.svelte
@@ -0,0 +1,8 @@
+
+
+ {/if}
+