diff --git a/assets/css/_partial/_imagesMobile.scss b/assets/css/_partial/_imagesMobile.scss new file mode 100644 index 0000000..ea94e08 --- /dev/null +++ b/assets/css/_partial/_imagesMobile.scss @@ -0,0 +1,16 @@ +.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; + } +} \ No newline at end of file