Photos: Fix last photo truncated number
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-07 22:30:51 +02:00
parent 9f405cc1d1
commit b28fd9b8fe

View File

@@ -54,11 +54,6 @@
position: relative;
z-index: 4;
overflow: hidden;
// Last photo doesn't need spacing
&:last-child {
padding-bottom: 0;
}
}
@@ -131,10 +126,10 @@
// Pagination
.pagination {
margin-top: 104px;
margin-top: 24px;
@include breakpoint (sm) {
margin-top: -64px;
margin-top: -184px;
padding-top: pxVW(224);
}
@include breakpoint (md) {