Files
hinode/assets/scss/components/_img.scss
2022-02-13 08:38:49 +01:00

11 lines
137 B
SCSS

.img-wrap {
overflow: hidden;
position: relative;
}
.img-wrap img {
height: 100%;
width: 100%;
object-fit: cover;
}