fix large screen
This commit is contained in:
parent
93c9f97e22
commit
ed93bc73da
|
@ -183,6 +183,9 @@
|
||||||
max-width: fit-content;
|
max-width: fit-content;
|
||||||
transform: translateX(-25%);
|
transform: translateX(-25%);
|
||||||
}
|
}
|
||||||
|
@media(min-width: 1900px){
|
||||||
|
min-width: 100% !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.ad-overlay{
|
.ad-overlay{
|
||||||
background: none;
|
background: none;
|
||||||
|
|
Loading…
Reference in New Issue