|
@@ -5,11 +5,17 @@ const StyledProducthunt = styled.a`
|
|
position: fixed;
|
|
position: fixed;
|
|
bottom: 12px;
|
|
bottom: 12px;
|
|
right: 12px;
|
|
right: 12px;
|
|
|
|
+
|
|
`;
|
|
`;
|
|
|
|
|
|
const StyledImage = styled.img`
|
|
const StyledImage = styled.img`
|
|
width: 250px;
|
|
width: 250px;
|
|
height: 54px;
|
|
height: 54px;
|
|
|
|
+
|
|
|
|
+ @media only screen and (max-width: 768px) {
|
|
|
|
+ width: 200px;
|
|
|
|
+ height: auto;
|
|
|
|
+ }
|
|
`;
|
|
`;
|
|
|
|
|
|
export const Producthunt = () => {
|
|
export const Producthunt = () => {
|