chore: fixes
This commit is contained in:
parent
bcd3f67e4e
commit
f666f7952e
1 changed files with 7 additions and 13 deletions
|
|
@ -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 */
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue