Skip to content

Commit 2781705

Browse files
committed
fix HandBook all bugs
Signed-off-by: Wyllie Fang <wylliefang@gmail.com>
1 parent d8bc736 commit 2781705

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,19 @@ export const HandbookWrapper = styled.div`
3333
}
3434
3535
.page-section{
36-
@media (min-width: 751px) and (max-width: 1920px) {
36+
@media (min-width: 751px){
3737
margin-top: -55rem;
3838
margin-left: 20rem;
3939
padding: 2rem 3rem;
4040
}
41-
@media (min-width: 751px) and (min-width: 1599px) {
41+
@media (min-width: 1600px) {
4242
margin-top: -60rem;
4343
}
4444
@media (max-width: 750px) {
4545
margin-top: -6rem;
4646
}
4747
}
48+
4849
.page-section h2,
4950
.page-section h2.heading-top {
5051
padding-top: 1rem;
@@ -218,9 +219,7 @@ export const HandbookWrapper = styled.div`
218219
stroke: ${props => props.theme.green00D3A9ToGreen00B39F};
219220
transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
220221
}
221-
svg {
222-
color: "pink";
223-
}
222+
224223
input[type=checkbox]:checked + label:before {
225224
content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="black" viewBox="0 4 24 24"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg>');;
226225

0 commit comments

Comments
 (0)