5 lines
79 B
CSS
5 lines
79 B
CSS
.fullwidth-images img {
|
|
width: 100% !important;
|
|
height: auto !important;
|
|
}
|