web custom links position box

This commit is contained in:
2026-08-05 20:38:50 +02:00
parent a2035b658b
commit ed900eed74
+2 -2
View File
@@ -57,7 +57,7 @@
.custom-links-box { .custom-links-box {
position: fixed; position: fixed;
top: 2rem; top: 138px;
right: 2rem; right: 2rem;
width: 280px; width: 280px;
background: #fff; background: #fff;
@@ -254,7 +254,7 @@
transform: scale(1.03); transform: scale(1.03);
} }
@media (max-width: 1100px) { @media (max-width: 1450px) {
.custom-links-box { .custom-links-box {
display: none; display: none;
} }