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 @@ -10,15 +10,6 @@ export const HandbookWrapper = styled.div`
1010 .highlight{
1111 font-weight: 600;
1212 }
13-
14- .main-content {
15- display: flex;
16- flex: 1;
17-
18- @media (max-width: 750px) {
19- flex-direction: column;
20- }
21- }
2213 .content{
2314 width:100%;
2415 padding-bottom: 2rem;
@@ -42,7 +33,7 @@ export const HandbookWrapper = styled.div`
4233
4334 .page-section{
4435 @media (min-width: 751px){
45- margin-top: -52rem ;
36+ margin-top: -54rem ;
4637 position: relative;
4738 margin-left: 20rem;
4839 padding: 2rem 3rem;
@@ -90,11 +81,6 @@ export const HandbookWrapper = styled.div`
9081 transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
9182 }
9283
93- .sidebar-content-container {
94- display: flex;
95- min-height: calc(100vh - 10rem); /* 减去header高度 */
96- }
97-
9884 .page-header-section {
9985 height: 10rem;
10086 text-align: center;
You can’t perform that action at this time.
0 commit comments