chore: fixes
This commit is contained in:
parent
810b8e56b6
commit
218831b1ff
1 changed files with 6 additions and 5 deletions
|
|
@ -872,8 +872,9 @@ a:hover {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/* =========================
|
||||
* 4K ONLY (make slightly bigger, NOT scaled math)
|
||||
* 4K ONLY (closer positioning)
|
||||
= *======================== */
|
||||
@media (min-width: 3000px) {
|
||||
.left_banner,
|
||||
|
|
@ -883,13 +884,13 @@ a:hover {
|
|||
}
|
||||
|
||||
.left_banner {
|
||||
top: 320px;
|
||||
left: 80px;
|
||||
top: 280px;
|
||||
left: 20px;
|
||||
}
|
||||
|
||||
.right_banner {
|
||||
top: 200px;
|
||||
right: 80px;
|
||||
top: 180px;
|
||||
right: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue