mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
hide producthunt embed on mobile
This commit is contained in:
parent
ca350427b8
commit
d19923fed6
@ -5,6 +5,10 @@ const StyledProducthunt = styled.a`
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 12px;
|
bottom: 12px;
|
||||||
right: 12px;
|
right: 12px;
|
||||||
|
|
||||||
|
@media only screen and (max-width: 768px) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const StyledImage = styled.img`
|
const StyledImage = styled.img`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user