Remove margin-top on every 10th item of Photos page

This commit is contained in:
2022-09-26 23:41:03 +02:00
parent 7898eb9bec
commit 395de99e63

View File

@@ -175,14 +175,6 @@
}
}
// Additional spacing between grid patterns
&:nth-child(10n + 10){
@include bp (sm) {
margin-top: 12px;
}
@include bp (sd) {
margin-top: clamp(8px, 1vw, 16px);
}
}
&:nth-child(10n + 1),
&:nth-child(10n + 4),
&:nth-child(10n + 5){