Skip to content

Commit 95bfb42

Browse files
committed
Corrige erros de responsividade e altera o tamanho da ClientSection
1 parent 22b32a7 commit 95bfb42

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/TechnologyBanner/styles.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export const TechnologyContainer = styled.div`
1616
1717
@media (${Styles.devices.mobileL}) {
1818
text-align: center;
19+
padding: 4rem 25px 60px 25px;
1920
}
2021
`;
2122
export const ContainerMainText = styled.div`
@@ -43,7 +44,7 @@ export const LearnAboutText = styled(Header1)<LearnAboutTextProps>`
4344
text-align: center;
4445
color: ${({ color, theme }) => (color === 'green' ? theme.colors.mainGreen : theme.colors.white)};
4546
@media (${Styles.devices.mobileL}) {
46-
font-size: 1rem;
47+
font-size: 1.35rem;
4748
width: 100%;
4849
}
4950
`;

0 commit comments

Comments
 (0)