fix style

This commit is contained in:
BOYA,CHIU 2021-08-12 14:18:30 +08:00
parent 3040aed20e
commit 33801968ff
1 changed files with 6 additions and 2 deletions

View File

@ -5,7 +5,7 @@
.link-img-wrap {
display: inline-table;
width: 30%;
@media (max-width: 576px){
@media (max-width: 768px){
width: 50%;
}
overflow: hidden;
@ -36,8 +36,12 @@
@media (max-width: 576px){
width: 100%;
a .link-img-wrap {
width: auto;
height: auto;
}
}
@media (max-width: 768px){
.link-img-wrap {
width: auto;
}
}
}