Skip to content

Commit 1984e4c

Browse files
committed
Fix #2665
1 parent 10bbbed commit 1984e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/components/Contentful/Banner/themes/general.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $contentWrapperPadding: 0;
1717
position: static;
1818
transform: none;
1919
padding: 120px $contentWrapperPadding;
20-
min-height: 600px;
20+
min-height: 400px;
2121
display: flex;
2222
align-items: center;
2323
justify-content: center;

0 commit comments

Comments
 (0)