Open NghiaMaster opened 3 years ago
Im Fixed that by add this line
@media only screen and (max-width: 769px) {
height: auto;
}
to _whoami.scss
.whaomi {
...
&__image {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 0.25rem;
@include box-shadow(0, 2px, 3px, 0, rgba(0, 0, 0, 0.25));
}
...
}
-->
&__image {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 0.25rem;
@include box-shadow(0, 2px, 3px, 0, rgba(0, 0, 0, 0.25));
@media only screen and (max-width: 769px) {
height: auto;
}
Issue in Chrome Android, i test with Reponsive mode in chrome desktop but not face this issue, any solutuon to debug it? Thank you very much and sorry for my english very bad. ^^