schmelczer-dev/src/page/image/image.scss

10 lines
124 B
SCSS

.image {
overflow: hidden;
position: relative;
z-index: -1;
img {
max-width: 100%;
max-height: 100%;
}
}