chore: fixes
This commit is contained in:
parent
da2f89d4c4
commit
d86f5fc47e
1 changed files with 6 additions and 6 deletions
|
|
@ -907,22 +907,22 @@ a:hover {
|
|||
|
||||
|
||||
/* =========================
|
||||
* TABLET → 1920 (EVEN SMALLER)
|
||||
* = *======================== */
|
||||
* TABLET → 1920 (SLIGHTLY SMALLER)
|
||||
= *======================== */
|
||||
@media (min-width: 1025px) and (max-width: 1919px) {
|
||||
.left_banner,
|
||||
.right_banner {
|
||||
width: 140px;
|
||||
height: 230px;
|
||||
width: 125px;
|
||||
height: 205px;
|
||||
}
|
||||
|
||||
.left_banner {
|
||||
top: 140px;
|
||||
top: 135px;
|
||||
left: 10px;
|
||||
}
|
||||
|
||||
.right_banner {
|
||||
top: 95px;
|
||||
top: 90px;
|
||||
right: 10px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue