5 lines
170 B
Groff
5 lines
170 B
Groff
|
.img-responsive.mobile {display: none;}
|
||
|
@media screen and (max-width: 767px) {
|
||
|
.img-responsive.mobile {display: block;}
|
||
|
.img-responsive.desctop {display: none;}
|
||
|
}
|