10 lines
124 B
SCSS
10 lines
124 B
SCSS
.image {
|
|
overflow: hidden;
|
|
position: relative;
|
|
z-index: -1;
|
|
|
|
img {
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
}
|
|
}
|