Skip to content

Commit

Permalink
fixup: responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
IamShobe committed Jan 4, 2025
1 parent 850f44d commit e5010b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/core/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ const StyledHeader = styled.form`
gap: 0.4rem;
flex-direction: row;
padding: 0.3rem;
// add media
@media (max-width: 768px) {
flex-direction: column;
}
`;

const QueryContainer = styled.div`
Expand Down

0 comments on commit e5010b7

Please sign in to comment.