Skip to content

Commit 12da2f6

Browse files
Fixed
Signed-off-by: Rajesh-Nagarajan-11 <[email protected]>
1 parent 90ea473 commit 12da2f6

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

src/sections/Community/Handbook/Handbook.style.js

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,18 +85,15 @@ export const HandbookWrapper = styled.div`
8585
}
8686
8787
.page-header-section {
88-
min-height: 10rem;
88+
display: flex;
89+
align-items: center;
90+
justify-content: center;
8991
text-align: center;
9092
background: rgb(71,126,150);
9193
background: linear-gradient(250deg, rgba(71,126,150,1) 0%, rgba(0,179,159,1) 35%, rgba(60,73,79,1) 100%);
92-
padding: 1rem 0;
93-
h1 {
94-
display: flex;
95-
align-items: center;
96-
justify-content: center;
97-
min-height: 8rem;
98-
}
94+
padding: 3rem 0;
9995
@media (max-width: 680px) {
96+
padding: 2rem 0;
10097
h1 {
10198
font-size: 1.75rem;
10299
}

0 commit comments

Comments
 (0)