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 @@ -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
You can’t perform that action at this time.
0 commit comments