From b28fd9b8fe55485b82108741995c78640159728b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Tue, 7 Apr 2020 22:30:51 +0200 Subject: [PATCH] Photos: Fix last photo truncated number --- src/style/organisms/_photos.scss | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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) {