chore: fixes
This commit is contained in:
parent
9b0725fb03
commit
698cc81086
1 changed files with 3 additions and 48 deletions
|
|
@ -821,7 +821,7 @@ a:hover {
|
|||
|
||||
/* =========================
|
||||
* BASE (1920 DESIGN)
|
||||
= *======================== */
|
||||
* = *======================== */
|
||||
.left_banner,
|
||||
.right_banner {
|
||||
position: fixed;
|
||||
|
|
@ -853,7 +853,7 @@ a:hover {
|
|||
|
||||
/* =========================
|
||||
* SMALL LAPTOPS (1200–1600)
|
||||
= *======================== */
|
||||
* = *======================== */
|
||||
@media (max-width: 1600px) {
|
||||
.left_banner,
|
||||
.right_banner {
|
||||
|
|
@ -875,7 +875,7 @@ a:hover {
|
|||
|
||||
/* =========================
|
||||
* MOBILE
|
||||
= *======================== */
|
||||
* = *======================== */
|
||||
@media (max-width: 1024px) {
|
||||
.left_banner,
|
||||
.right_banner {
|
||||
|
|
@ -916,48 +916,3 @@ a:hover {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@media (min-width: 2000px) {
|
||||
|
||||
.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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@media (min-width: 2000px) {
|
||||
|
||||
.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