chore: fixes

This commit is contained in:
MattTheTekie 2026-03-28 17:54:13 -04:00
commit 218831b1ff

View file

@ -872,8 +872,9 @@ a:hover {
}
}
/* =========================
* 4K ONLY (make slightly bigger, NOT scaled math)
* 4K ONLY (closer positioning)
= *======================== */
@media (min-width: 3000px) {
.left_banner,
@ -883,13 +884,13 @@ a:hover {
}
.left_banner {
top: 320px;
left: 80px;
top: 280px;
left: 20px;
}
.right_banner {
top: 200px;
right: 80px;
top: 180px;
right: 20px;
}
}