From e54891f4edbcabeb272420cd8f0e953ecef76009 Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Wed, 5 Aug 2026 20:43:09 +0200 Subject: [PATCH] web custom links position exactly --- src/api/templates/contact.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/templates/contact.html b/src/api/templates/contact.html index aed4898..e61cf77 100644 --- a/src/api/templates/contact.html +++ b/src/api/templates/contact.html @@ -57,7 +57,7 @@ .custom-links-box { position: fixed; - top: 138px; + top: 136px; right: 2rem; width: 280px; background: #fff;