mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
16 lines
254 B
SCSS
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;
|
|
}
|
|
} |