5 lines
91 B
CSS
5 lines
91 B
CSS
|
@media (orientation:portrait) {
|
||
|
main .col-md-4, main img {
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|