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); - // } }