Skip to content

Commit 823aca9

Browse files
committed
fixed deadspace
Signed-off-by: kishore08-07 <kishorebsm8@gmail.com>
1 parent e0b64d5 commit 823aca9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/sections/Community/Handbook/mentorships.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ import TocPagination from "../../../components/handbook-navigation/TocPagination
1010
const ConductWrapper = styled.div`
1111
1212
padding: 0 5rem 3rem 20rem;
13-
margin-top: -46.5rem;
13+
margin-top: -48rem;
1414
1515
@media screen and (min-width: 768px) and (max-height: 1145px) {
16-
margin-top : -80vh
16+
margin-top : -50rem;
1717
1818
}
1919

0 commit comments

Comments
 (0)