Skip to content

Commit

Permalink
Ajuste tamanho da fonte do titulo no media query
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdlm committed Oct 12, 2021
1 parent bbf8d1b commit f0d1074
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,10 @@ Header.InfoBar = styled.div`
height: 1.75rem;
background-color: ${({ theme }) => theme.colors.primary};
border-radius: 50px;
overflow: overflow;
@media screen and (max-width: 800px) {
font-size: 2vmax;
font-size: 1.7vmax;
}
`;

Expand Down

1 comment on commit f0d1074

@vercel
Copy link

@vercel vercel bot commented on f0d1074 Oct 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.