From ed900eed74d7fa8d8a1e7c70d0da4134a293b49f Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Wed, 5 Aug 2026 20:38:50 +0200 Subject: [PATCH] web custom links position box --- src/api/templates/contact.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/templates/contact.html b/src/api/templates/contact.html index 4572abe..aed4898 100644 --- a/src/api/templates/contact.html +++ b/src/api/templates/contact.html @@ -57,7 +57,7 @@ .custom-links-box { position: fixed; - top: 2rem; + top: 138px; right: 2rem; width: 280px; background: #fff; @@ -254,7 +254,7 @@ transform: scale(1.03); } - @media (max-width: 1100px) { + @media (max-width: 1450px) { .custom-links-box { display: none; }