From 72fe3457ee67ef3af4b06f857cf22f73221478d2 Mon Sep 17 00:00:00 2001 From: kaf-lamed-beyt Date: Fri, 17 Mar 2023 18:00:15 +0100 Subject: [PATCH 1/3] chore: include color helper --- docsite/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docsite/index.html b/docsite/index.html index c9de9043..62fc9bdc 100644 --- a/docsite/index.html +++ b/docsite/index.html @@ -3494,6 +3494,11 @@
Angles
NPM
+
+
Showcase
+
Color helper
+
+
Connect
GitHub
From 78c4e75a336a5c624aafedb825b67f67daeae045 Mon Sep 17 00:00:00 2001 From: kaf-lamed-beyt Date: Fri, 17 Mar 2023 18:39:33 +0100 Subject: [PATCH 2/3] chore: adjust layout --- docsite/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docsite/index.css b/docsite/index.css index 852b36f2..b08d716b 100644 --- a/docsite/index.css +++ b/docsite/index.css @@ -169,6 +169,10 @@ footer { } } +footer dl > div { + place-self: start center; +} + section.hero { gap: var(--size-fluid-3) var(--size-10); From d8d8699290607b7813a003892f8be84862275a22 Mon Sep 17 00:00:00 2001 From: kaf-lamed-beyt Date: Fri, 17 Mar 2023 18:53:52 +0100 Subject: [PATCH 3/3] minor --- docsite/index.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docsite/index.css b/docsite/index.css index b08d716b..7b2b5d35 100644 --- a/docsite/index.css +++ b/docsite/index.css @@ -156,7 +156,7 @@ footer { & > div { display: grid; - place-self: center; + place-self: start center; place-items: center; flex-basis: var(--size-content-1); gap: var(--size-2); @@ -169,10 +169,6 @@ footer { } } -footer dl > div { - place-self: start center; -} - section.hero { gap: var(--size-fluid-3) var(--size-10);