Photos list CSS cleanup
This commit is contained in:
@@ -54,8 +54,6 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
z-index: 4;
|
z-index: 4;
|
||||||
margin-bottom: 88px;
|
margin-bottom: 88px;
|
||||||
// transition: transform 1000ms $ease-quart, opacity 1000ms $ease-quart;
|
|
||||||
// will-change: transform, opacity;
|
|
||||||
|
|
||||||
@include breakpoint (sm) {
|
@include breakpoint (sm) {
|
||||||
margin-bottom: 120px;
|
margin-bottom: 120px;
|
||||||
@@ -65,12 +63,6 @@
|
|||||||
&:last-child {
|
&:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Hidden photo
|
|
||||||
// &.hidden {
|
|
||||||
// opacity: 0;
|
|
||||||
// translate: translate(0, 10%) scale(0.92);
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user