Skip to content

Commit 71f8a23

Browse files
committed
update
Signed-off-by: Wyllie Fang <[email protected]>
1 parent 7ca2d7a commit 71f8a23

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

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

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)