diff --git a/src/style/organisms/_photos.scss b/src/style/organisms/_photos.scss index 16b7bd2..055e74b 100644 --- a/src/style/organisms/_photos.scss +++ b/src/style/organisms/_photos.scss @@ -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) {