Skip to content

Commit

Permalink
feat(groupviewexploretop.jsx): change font size
Browse files Browse the repository at this point in the history
  • Loading branch information
junglesub committed Aug 6, 2024
1 parent ecf680a commit 977db98
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@ const Text = styled.div`
font-style: normal;
font-weight: 800;
font-size: 58px;
line-height: 75px;
/* line-height: 75px; */
/* or 110% */
text-transform: uppercase;
color: #000000;
@media (max-width: 550px) {
font-size: 48px;
}
`;

0 comments on commit 977db98

Please sign in to comment.