File tree Expand file tree Collapse file tree
src/sections/Community/Handbook Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,21 +38,21 @@ export const HandbookWrapper = styled.div`
3838
3939 .page-section{
4040 h2{
41- padding-top: 0rem ;
42- margin-top: 0rem ;
41+ padding-top: 7rem ;
42+ margin-top: -7rem ;
4343 }
4444 h3{
4545 padding-top: 7rem;
4646 margin-top: -7rem;
4747 }
4848 @media (min-width: 750px) {
49- margin-top: -53rem ;
49+ margin-top: -36rem ;
5050 margin-left: 20rem;
5151 }
5252 display: flex;
5353
5454 @media screen and (min-width: 768px) and (max-height: 1145px) {
55- margin-top : -90vh ;
55+ margin-top : -62vh ;
5656
5757
5858 }
@@ -62,10 +62,10 @@ export const HandbookWrapper = styled.div`
6262 }
6363 .conduct-section{
6464 @media screen and (min-width: 751px) {
65- margin-top: -90vh ;
65+ margin-top:-43rem ;
6666 }
6767 @media screen and (min-width: 768px) and (max-height: 1145px) {
68- margin-top : -90vh ! important;
68+ margin-top : -66vh ! important;
6969
7070 }
7171
You can’t perform that action at this time.
0 commit comments