chore: fixes

This commit is contained in:
MattTheTekie 2026-03-28 17:33:40 -04:00
commit a5c1a7d6b1

View file

@ -871,17 +871,16 @@ a:hover {
}
/* 4K / ultrawide screens */
@media (min-width: 2560px) {
.left_banner {
left: 20px; /* closer to edge */
top: 220px; /* slightly tighter vertical position */
left: calc(40px + 5vw);
top: 220px;
}
.right_banner {
right: 20px; /* closer to edge */
top: 130px; /* slightly tighter vertical position */
right: calc(40px + 5vw);
top: 130px;
}
}