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; }