fix style

This commit is contained in:
chiu 2021-08-30 19:18:07 +08:00
parent 23724d885b
commit 93c9f97e22
1 changed files with 1 additions and 6 deletions

View File

@ -178,16 +178,11 @@
width: auto !important;
@media(max-width: 1024px){
max-width: fit-content;
transform:translate(0%, 96%) scale(3);
}
@media(max-width: 768px){
max-width: fit-content;
transform:translate(0%, 46%) scale(2.6);
transform: translateX(-25%);
}
@media(max-width: $screen-xs){
max-width: fit-content;
transform:translate(0%, 128%) scale(3.8);
}
}
.ad-overlay{
background: none;