From 0e6e0b49565f4e0f71129893a4c7ede0aad60a1e Mon Sep 17 00:00:00 2001 From: ckie Date: Tue, 22 Oct 2024 20:56:01 +0300 Subject: [PATCH] space (primarily index) out more --- src/main.css | 3 ++- src/routes/+page.svelte | 13 +++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/main.css b/src/main.css index 8238536..ad27df2 100644 --- a/src/main.css +++ b/src/main.css @@ -50,6 +50,7 @@ h2:not(.no-heading-style) { } .container { /* container like the builtin one, but limited to lg */ - @apply max-w-full sm:max-w-[640px] md:max-w-[768px] lg:max-w-[1024px]; + /* lg diverges from the canonical lg size defined in tailwind.config */ + @apply max-w-full sm:max-w-[640px] md:max-w-[768px] lg:max-w-[1200px]; } } diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 81c8b9f..ce85de1 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -6,7 +6,7 @@ import forkGraph from "./fork.svg?raw"; -
+

An all-encompassing, declarative
package ecosystem.

-
- +
+
@@ -82,7 +83,7 @@

…and much more!

-
+
With {DISTRO} and {PKGS}, you can: