Skip to content

Commit

Permalink
30-fix-responsiveness-of-images (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikiciv authored and grgur committed Jan 29, 2019
1 parent be57867 commit 38a5c36
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/LazyImage/styles.module.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import '../../theme/variables.scss';

.img {
display: block;

Expand All @@ -9,4 +11,8 @@
&:global(.lazyloaded) {
filter: blur(0);
}

@media only screen and (max-width: $largeTablet) {
margin-top: 2rem;
}
}

0 comments on commit 38a5c36

Please sign in to comment.