From dc2f6b007a51534c075744d03aa7ee4a95956d5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Sun, 16 Oct 2022 17:20:26 +0200 Subject: [PATCH] Fix Photos page filters reveal --- src/style/pages/_photos.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/pages/_photos.scss b/src/style/pages/_photos.scss index c741181..e77ae28 100644 --- a/src/style/pages/_photos.scss +++ b/src/style/pages/_photos.scss @@ -5,11 +5,11 @@ margin-bottom: clamp(32px, 7.5vw, 96px); color: $color-text; text-align: center; - overflow: hidden; // Title :global(h1) { margin: -20px 0 48px; + overflow: hidden; color: $color-secondary; line-height: 1;