Skip to content

Commit

Permalink
update mailing list for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
dilanx committed Sep 20, 2023
1 parent b38781d commit c62a0dd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/MailingList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ const InputContainer = styled.div`
display: flex;
align-items: center;
gap: 8px;
${mobile} {
flex-direction: column;
}
`;

const Input = styled.input`
Expand All @@ -86,6 +90,10 @@ const Input = styled.input`
&:focus {
border-color: #559fd5;
}
${mobile} {
width: 160px;
}
`;

const Button = styled.button`
Expand Down

0 comments on commit c62a0dd

Please sign in to comment.