Adding LP details : animations, effect, styles
authorHugo Averty <h.averty@thecodingmachine.com>
Mon, 1 Jun 2020 18:30:56 +0000 (20:30 +0200)
committerHugo Averty <h.averty@thecodingmachine.com>
Mon, 1 Jun 2020 18:30:56 +0000 (20:30 +0200)
landing_page/src/sass/styles.scss

index 14f7bf8194c577fef9f1282c9ec4aa35dc50cdaf..fb8d7dc5636844e488bdd541b8e264a823a35463 100644 (file)
@@ -173,7 +173,6 @@ img{
             margin: 0 auto;
             padding: 20px;
             transition: all .25s cubic-bezier(0.000, -0.600, 1.000, 1.650); /* custom */
-            border-radius: 10px;
             &:hover {
                 transform: scale(1.1);
             }
@@ -193,6 +192,7 @@ img{
                     width: 100%;
                     z-index: 2;
                     position: relative;
+                    border-radius: 10px;
                 }
             }
             h2{