Skip to content

Commit 38a5c36

Browse files
nikicivgrgur
authored andcommitted
30-fix-responsiveness-of-images (#41)
1 parent be57867 commit 38a5c36

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/LazyImage/styles.module.scss

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import '../../theme/variables.scss';
2+
13
.img {
24
display: block;
35

@@ -9,4 +11,8 @@
911
&:global(.lazyloaded) {
1012
filter: blur(0);
1113
}
14+
15+
@media only screen and (max-width: $largeTablet) {
16+
margin-top: 2rem;
17+
}
1218
}

0 commit comments

Comments
 (0)