File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed
src/sections/Community/Handbook Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,6 @@ export const HandbookWrapper = styled.div`
10
10
.highlight{
11
11
font-weight: 600;
12
12
}
13
-
14
- .main-content {
15
- display: flex;
16
- flex: 1;
17
-
18
- @media (max-width: 750px) {
19
- flex-direction: column;
20
- }
21
- }
22
13
.content{
23
14
width:100%;
24
15
padding-bottom: 2rem;
@@ -42,7 +33,7 @@ export const HandbookWrapper = styled.div`
42
33
43
34
.page-section{
44
35
@media (min-width: 751px){
45
- margin-top: -52rem ;
36
+ margin-top: -54rem ;
46
37
position: relative;
47
38
margin-left: 20rem;
48
39
padding: 2rem 3rem;
@@ -90,11 +81,6 @@ export const HandbookWrapper = styled.div`
90
81
transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
91
82
}
92
83
93
- .sidebar-content-container {
94
- display: flex;
95
- min-height: calc(100vh - 10rem); /* 减去header高度 */
96
- }
97
-
98
84
.page-header-section {
99
85
height: 10rem;
100
86
text-align: center;
You can’t perform that action at this time.
0 commit comments