From 85ccc78f8ff925db30388129a8aa7918cd40f76e Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Sat, 10 Feb 2024 01:20:10 -0500 Subject: [PATCH] [S] Style home page --- AquaNet/src/App.svelte | 8 ++--- AquaNet/src/app.sass | 24 ++++++++------ AquaNet/src/pages/Home.svelte | 60 ++++++++++++++++++++++++++++++++--- 3 files changed, 73 insertions(+), 19 deletions(-) diff --git a/AquaNet/src/App.svelte b/AquaNet/src/App.svelte index 012a591c..b327499a 100644 --- a/AquaNet/src/App.svelte +++ b/AquaNet/src/App.svelte @@ -9,9 +9,7 @@ -
- - - -
+ + +
diff --git a/AquaNet/src/app.sass b/AquaNet/src/app.sass index dd47332b..20c93b14 100644 --- a/AquaNet/src/app.sass +++ b/AquaNet/src/app.sass @@ -1,10 +1,17 @@ @import "vars" @import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap') +html + height: 100% + body font-family: $font line-height: 1.5 font-weight: 400 + width: 100% + height: 100% + margin: 0 + overflow-x: hidden color-scheme: light dark color: rgba(255, 255, 255, 0.87) @@ -23,15 +30,6 @@ a a:hover color: $c-main - -body - margin: 0 - display: flex - place-items: center - min-width: 320px - min-height: 100vh - - h1 font-size: 3.2em line-height: 1.1 @@ -42,10 +40,15 @@ h1 #app + width: 100% + height: 100% + + +main:not(.no-margin) max-width: 1280px margin: 0 auto - padding: 2rem width: 100% + height: 100% button @@ -56,6 +59,7 @@ button font-weight: 500 font-family: inherit background-color: #1a1a1a + opacity: 0.9 cursor: pointer transition: border-color 0.25s diff --git a/AquaNet/src/pages/Home.svelte b/AquaNet/src/pages/Home.svelte index 935d4a31..3802e812 100644 --- a/AquaNet/src/pages/Home.svelte +++ b/AquaNet/src/pages/Home.svelte @@ -1,9 +1,15 @@ -
+

AquaNet

-
+
+ +
+
+
+
+
\ No newline at end of file