From 7c9a015fa1b993d21f2abd27f458405b79e597df Mon Sep 17 00:00:00 2001 From: genki_angel Date: Sat, 21 Feb 2026 20:37:43 +0000 Subject: [PATCH] formatting --- src/routes/+page.svelte | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index eeaf361..8fc5160 100755 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -15,8 +15,8 @@

- hello!   ^w^/

welcome to my site, feel free to look around and learn something - your government doesn't want you to know :3 + hello!   ^w^/

welcome to my site, feel free to look around and learn + something your government doesn't want you to know :3

@@ -86,7 +86,14 @@ - +
+
+ +
+
+ +
+
@@ -193,6 +200,18 @@ .warning { color: vars.$warning; } + + .divider { + display: flex; + justify-content: space-between; + align-items: stretch; + align-content: stretch; + width: 100%; + } + .half { + max-width: 49%; + } + p { text-align: center; }