Skip to content

Commit

Permalink
fix: add css fixs (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabin54 authored Jun 14, 2023
1 parent 69c8473 commit 36d0075
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,18 @@ const Right = styled.div`
align-items: center;
width: 96px;
flex-shrink: 0;
@media (max-width: 768px) {
padding-left: 16px;
}
`;

const StyledButton = styled(ImportButton)`
height: 28px;
width: 96px;
font-size: 12px;
@media (max-width: 656px) {
margin-top: 16px;
}
`;

const InnerButton = styled.div`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,18 @@ const Right = styled.div`
align-items: center;
width: 96px;
flex-shrink: 0;
@media (max-width: 768px) {
padding-left: 16px;
}
`;

const StyledButton = styled(ImportButton)`
height: 28px;
width: 96px;
font-size: 12px;
@media (max-width: 656px) {
margin-top: 16px;
}
`;

const InnerButton = styled.div`
Expand Down

0 comments on commit 36d0075

Please sign in to comment.