Skip to content

Commit

Permalink
feat(groupviewexploretop.jsx): change fontsize for mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
junglesub committed Aug 6, 2024
1 parent 01b65ad commit e02038f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ const Text = styled.div`
@media (max-width: 550px) {
font-size: 48px;
}
@media (max-width: 550px) {
font-size: 36px;
}
`;

0 comments on commit e02038f

Please sign in to comment.