figbert.com-website

[ACTIVE] the website and home of figbert on the clearnet
git clone git://git.figbert.com/figbert.com-website.git
Log | Files | Refs | README | LICENSE

commit 095d6203d7b4b90b72dfd4198a1ff35fe1bbabf1
parent 5964e9d436a0cef357daa4fd1af6d5d3f925b0dc
Author: FIGBERT <figbert@figbert.com>
Date:   Sat, 31 Aug 2024 23:15:53 -0700

Fix minimum spacing between header elems on index

Diffstat:
Mstatic/global.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/global.css b/static/global.css @@ -42,7 +42,6 @@ header { &:has(div.index) { display: flex; justify-content: space-between; - gap: 5ch; width: 100%; max-width: 92ch; @@ -50,6 +49,7 @@ header { svg { width: 12em; + padding-inline: 1em; } } }