11 lines
197 B
SCSS
11 lines
197 B
SCSS
.panel .panel-image img {
|
|
display: block;
|
|
max-width: 100%;
|
|
max-height: 250px;
|
|
height: auto;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
width: 100%;
|
|
object-fit: cover;
|
|
}
|