shaogen1995 пре 1 година
родитељ
комит
4056720a4e
1 измењених фајлова са 5 додато и 2 уклоњено
  1. 5 2
      src/components/ImageLazy/index.module.scss

+ 5 - 2
src/components/ImageLazy/index.module.scss

@@ -6,14 +6,17 @@
       width: 100%;
       height: 100%;
       position: relative;
-      .adm-image{
+
+      .adm-image {
         width: 100%;
         height: 100%;
-        img{
+
+        img {
           width: 100%;
           height: 100%;
         }
       }
+
       .lookImg {
         cursor: pointer;
         transition: opacity .3s;