diff --git a/src/components/LazyImage/styles.module.scss b/src/components/LazyImage/styles.module.scss index e50cdc3..eefeff4 100644 --- a/src/components/LazyImage/styles.module.scss +++ b/src/components/LazyImage/styles.module.scss @@ -1,3 +1,5 @@ +@import '../../theme/variables.scss'; + .img { display: block; @@ -9,4 +11,8 @@ &:global(.lazyloaded) { filter: blur(0); } + + @media only screen and (max-width: $largeTablet) { + margin-top: 2rem; + } }