mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-02-04 01:32:54 +08:00
hide vscode btn on mobile
This commit is contained in:
parent
507e3a8f32
commit
ca0bb8b32c
@ -143,6 +143,10 @@ export const StyledSponsorButton = styled(StyledButton)<{ isBlue?: boolean }>`
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 768px) {
|
||||||
|
display: ${({ isBlue }) => isBlue && "none"};
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export const StyledFeaturesSection = styled.section`
|
export const StyledFeaturesSection = styled.section`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user