From a5e692eeb2a720567da86675f7820a0eb3ecbeca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Wed, 26 Feb 2020 16:00:21 +0100 Subject: [PATCH] Photos list CSS cleanup --- src/style/organisms/_photos.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/style/organisms/_photos.scss b/src/style/organisms/_photos.scss index 86bf489..b2318dd 100644 --- a/src/style/organisms/_photos.scss +++ b/src/style/organisms/_photos.scss @@ -54,8 +54,6 @@ position: relative; z-index: 4; margin-bottom: 88px; - // transition: transform 1000ms $ease-quart, opacity 1000ms $ease-quart; - // will-change: transform, opacity; @include breakpoint (sm) { margin-bottom: 120px; @@ -65,12 +63,6 @@ &:last-child { margin-bottom: 0; } - - // Hidden photo - // &.hidden { - // opacity: 0; - // translate: translate(0, 10%) scale(0.92); - // } }