From f2d299c2f7dd16a5c44e5f47318c167a0f54f819 Mon Sep 17 00:00:00 2001 From: Sebastjan Date: Sat, 25 Apr 2026 10:09:40 +0200 Subject: [PATCH] Tighten Folgt uns spacing - was too stretched out --- views/index.ejs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/views/index.ejs b/views/index.ejs index 4bd6cf6..d6805f3 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -399,13 +399,14 @@ .foot-socials { display: flex; flex-direction: column; - gap: 6px; + gap: 0; } .foot-socials a { border-bottom: none; - padding: 4px 0; + padding: 0; display: inline-block; width: fit-content; + line-height: 1.65; } .foot-socials a:hover { color: var(--folx-magenta); } .foot-divider { @@ -413,7 +414,7 @@ width: 24px; height: 1px; background: var(--border); - margin: 8px 0 4px; + margin: 10px 0 6px; } .foot-copy { max-width: 1400px;