Remove margin-top on every 10th item of Photos page
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user