chore: fixes
This commit is contained in:
parent
277712a6b0
commit
b4cc20fe87
1 changed files with 24 additions and 0 deletions
|
|
@ -902,3 +902,27 @@ a:hover {
|
|||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* =========================
|
||||
* TABLET → 1920 (SMALLER VERSION)
|
||||
* = *======================== */
|
||||
@media (min-width: 1025px) and (max-width: 1919px) {
|
||||
.left_banner,
|
||||
.right_banner {
|
||||
width: 200px;
|
||||
height: 330px;
|
||||
}
|
||||
|
||||
.left_banner {
|
||||
top: 160px;
|
||||
left: 10px;
|
||||
}
|
||||
|
||||
.right_banner {
|
||||
top: 110px;
|
||||
right: 10px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue