Photos list CSS cleanup

This commit is contained in:
2020-02-26 16:00:21 +01:00
parent b73e15a51f
commit a5e692eeb2

View File

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