chore: fixes

This commit is contained in:
MattTheTekie 2026-03-28 17:33:10 -04:00
commit f666f7952e

View file

@ -870,24 +870,18 @@ a:hover {
}
}
/* =========================
* 4K ONLY (make slightly bigger, NOT scaled math)
= *======================== */
@media (min-width: 3000px) {
.left_banner,
.right_banner {
width: 520px;
height: 850px;
}
/* 4K / ultrawide screens */
@media (min-width: 2560px) {
.left_banner {
top: 320px;
left: 80px;
left: 20px; /* closer to edge */
top: 220px; /* slightly tighter vertical position */
}
.right_banner {
top: 200px;
right: 80px;
right: 20px; /* closer to edge */
top: 130px; /* slightly tighter vertical position */
}
}