chore: fixes

This commit is contained in:
MattTheTekie 2026-03-28 17:08:00 -04:00
commit 097fb1e5d3

View file

@ -817,69 +817,42 @@ a:hover {
}
/* =========================
* BASE (always stable foundation)
= *======================== */
.left_banner,
.right_banner {
position: fixed;
.left_banner {
position:fixed;
top: 250px;
left: 40px;
width: 383px;
height: 626px;
background-image: url("https://www.veltron.net/images/dragon.png");
background-size: contain;
background-position: center;
background-repeat: no-repeat;
animation: float 6s ease-in-out infinite;
z-index: 94;
pointer-events: none;
}
/* always define images ONCE (no duplication bugs) */
.left_banner {
background-image: url("https://www.veltron.net/images/dragon.png");
}
.right_banner {
position:fixed;
top: 150px;
right: 40px;
width: 383px;
height: 626px;
background-image: url("https://www.veltron.net/images/digimon.png");
background-size: contain;
background-position: center;
background-repeat: no-repeat;
animation: float 6s ease-in-out infinite;
z-index: 94;
}
/* =========================
* 1920+ DESKTOP (NORMAL SIZE)
= *======================== */
@media (min-width: 1920px) {
.left_banner {
top: 250px;
left: 40px;
}
.right_banner {
top: 150px;
right: 40px;
}
}
/* =========================
* 12801919 (SMALL VERSION, STILL VISIBLE)
= *======================== */
@media (max-width: 1919px) and (min-width: 1280px) {
.left_banner,
.right_banner {
width: 220px;
height: 360px;
}
.left_banner {
top: 180px;
left: 10px;
}
.right_banner {
top: 120px;
right: 10px;
}
}
/* =========================
* BELOW 1280 (HIDE)