hide producthunt embed on mobile

This commit is contained in:
AykutSarac 2022-04-06 22:26:35 +03:00
parent ca350427b8
commit d19923fed6

View File

@ -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`