Don't set table-item img width when vw < 400px

This commit is contained in:
Ferit Yiğit BALABAN
2022-08-08 17:57:50 +03:00
parent 85b6072329
commit 622209d0af

View File

@@ -112,7 +112,6 @@ $social-button_inner_margin: 10px;
@include mixins.mx_mobile {
margin: 0 0 2px 0;
width: $table-item_img_width;
}
}
@@ -189,15 +188,6 @@ $social-button_inner_margin: 10px;
img {
margin: 0 0 2px 0;
width: $table-item_img_width;
}
}
}
.square {
img {
@include mixins.mx_mobile {
height: $table-item_img_width;
}
}
}