Skip to content

Commit 387c2e6

Browse files
css adjustments below 750px
Signed-off-by: Manoj Tirukovela <[email protected]>
1 parent d1d6703 commit 387c2e6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ export const HandbookWrapper = styled.div`
6262
}
6363
}
6464
65-
6665
.page-section .heading-top{
6766
@media screen and (min-width: 751px) {
6867
padding-top:1rem;
@@ -292,7 +291,7 @@ export const HandbookWrapper = styled.div`
292291
padding-top: 7rem;
293292
}
294293
.page-section{
295-
margin-top: -6rem;
294+
margin-top: -12rem;
296295
margin-left: 0;
297296
padding: 1rem 2.5rem;
298297
@@ -322,7 +321,7 @@ export const HandbookWrapper = styled.div`
322321
padding-top: 4rem;
323322
}
324323
.page-section{
325-
margin-top: -6rem;
324+
margin-top: -12rem;
326325
margin-left: 0rem;
327326
}
328327
table{

0 commit comments

Comments
 (0)