Files
bridget/assets/css/_partial/_imagesMobile.scss
2023-05-04 12:33:38 +08:00

16 lines
254 B
SCSS

.imagesMobile {
height: 100vh;
overflow: scroll;
position: relative;
img {
height: 20vh;
width: 60vw;
object-fit: contain;
position: sticky;
top: 50vh;
margin-left: 0;
margin-right: 0;
margin-bottom: 20vh;
}
}