mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-20 05:12:54 +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;
|
||||
bottom: 12px;
|
||||
right: 12px;
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
display: none;
|
||||
}
|
||||
`;
|
||||
|
||||
const StyledImage = styled.img`
|
||||
|
Loading…
x
Reference in New Issue
Block a user