chore: fixes
This commit is contained in:
parent
3e29e9f3c9
commit
7795921331
1 changed files with 5 additions and 5 deletions
|
|
@ -907,22 +907,22 @@ a:hover {
|
|||
|
||||
|
||||
/* =========================
|
||||
* TABLET → 1920 (MUCH SMALLER)
|
||||
* TABLET → 1920 (A BIT LARGER)
|
||||
= *======================== */
|
||||
@media (min-width: 1025px) and (max-width: 1919px) {
|
||||
.left_banner,
|
||||
.right_banner {
|
||||
width: 90px;
|
||||
height: 150px;
|
||||
width: 110px;
|
||||
height: 180px;
|
||||
}
|
||||
|
||||
.left_banner {
|
||||
top: 120px;
|
||||
top: 125px;
|
||||
left: 8px;
|
||||
}
|
||||
|
||||
.right_banner {
|
||||
top: 80px;
|
||||
top: 85px;
|
||||
right: 8px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue