chore: fixes
This commit is contained in:
parent
5086d9dfb4
commit
6115eaf527
1 changed files with 22 additions and 20 deletions
|
|
@ -873,26 +873,6 @@ a:hover {
|
|||
}
|
||||
|
||||
|
||||
|
||||
@media (min-width: 2000px) {
|
||||
|
||||
.left_banner,
|
||||
.right_banner {
|
||||
width: 520px;
|
||||
height: 850px;
|
||||
}
|
||||
|
||||
.left_banner {
|
||||
top: 280px;
|
||||
left: 20px;
|
||||
}
|
||||
|
||||
.right_banner {
|
||||
top: 180px;
|
||||
right: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
/* =========================
|
||||
* MOBILE
|
||||
= *======================== */
|
||||
|
|
@ -935,3 +915,25 @@ a:hover {
|
|||
position: fixed;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@media (min-width: 1800px) {
|
||||
|
||||
.left_banner {
|
||||
width: 520px !important;
|
||||
height: 850px !important;
|
||||
top: 280px !important;
|
||||
left: 20px !important;
|
||||
right: auto !important;
|
||||
}
|
||||
|
||||
.right_banner {
|
||||
width: 520px !important;
|
||||
height: 850px !important;
|
||||
top: 180px !important;
|
||||
right: 20px !important;
|
||||
left: auto !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue