Fix Photos page filters reveal

This commit is contained in:
2022-10-16 17:20:26 +02:00
parent 77cff0c734
commit dc2f6b007a

View File

@@ -5,11 +5,11 @@
margin-bottom: clamp(32px, 7.5vw, 96px); margin-bottom: clamp(32px, 7.5vw, 96px);
color: $color-text; color: $color-text;
text-align: center; text-align: center;
overflow: hidden;
// Title // Title
:global(h1) { :global(h1) {
margin: -20px 0 48px; margin: -20px 0 48px;
overflow: hidden;
color: $color-secondary; color: $color-secondary;
line-height: 1; line-height: 1;