Skip to content

Commit

Permalink
handbook style
Browse files Browse the repository at this point in the history
Signed-off-by: Sudhanshu Dasgupta <[email protected]>
  • Loading branch information
sudhanshutech committed Oct 8, 2024
1 parent 0f44e1c commit 6a62140
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions src/sections/Community/Adventures-of-Five/adventures.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ export const AdventuresWrapper = styled.div`
padding-top: 7rem;
margin-top: -7rem;
}
margin-top: -36rem;
margin-left: 20rem;
@media (min-width: 750px) {
margin-top: -36rem;
margin-left: 20rem;
}
display: flex;
}
Expand Down
6 changes: 4 additions & 2 deletions src/sections/Community/Handbook/Handbook.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ export const HandbookWrapper = styled.div`
padding-top: 7rem;
margin-top: -7rem;
}
margin-top: -36rem;
margin-left: 20rem;
@media (min-width: 750px) {
margin-top: -36rem;
margin-left: 20rem;
}
display: flex;
@media screen and (min-width: 768px) and (max-height: 1145px) {
Expand Down

0 comments on commit 6a62140

Please sign in to comment.