commit 053b6b367a37dc27ffa078284730f6fe8453e15e parent a895222184ce47be24d9018a21aa627d75dfb502 Author: FIGBERT <figbert@figbert.com> Date: Sat, 31 Aug 2024 17:16:25 -0700 Set minimum spacing between header elems on index Diffstat:
M | static/global.css | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/static/global.css b/static/global.css @@ -42,6 +42,7 @@ header { &:has(div.index) { display: flex; justify-content: space-between; + gap: 5ch; width: 100%; max-width: 92ch;