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