mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-17 06:53:11 +00:00
11 lines
137 B
SCSS
11 lines
137 B
SCSS
.img-wrap {
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
|
|
.img-wrap img {
|
|
height: 100%;
|
|
width: 100%;
|
|
object-fit: cover;
|
|
}
|