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