fix large screen

This commit is contained in:
chiu 2021-08-30 19:21:35 +08:00
parent 93c9f97e22
commit ed93bc73da
1 changed files with 3 additions and 0 deletions

View File

@ -183,6 +183,9 @@
max-width: fit-content;
transform: translateX(-25%);
}
@media(min-width: 1900px){
min-width: 100% !important;
}
}
.ad-overlay{
background: none;