We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b32a7 commit 95bfb42Copy full SHA for 95bfb42
1 file changed
src/components/TechnologyBanner/styles.tsx
@@ -16,6 +16,7 @@ export const TechnologyContainer = styled.div`
16
17
@media (${Styles.devices.mobileL}) {
18
text-align: center;
19
+ padding: 4rem 25px 60px 25px;
20
}
21
`;
22
export const ContainerMainText = styled.div`
@@ -43,7 +44,7 @@ export const LearnAboutText = styled(Header1)<LearnAboutTextProps>`
43
44
45
color: ${({ color, theme }) => (color === 'green' ? theme.colors.mainGreen : theme.colors.white)};
46
- font-size: 1rem;
47
+ font-size: 1.35rem;
48
width: 100%;
49
50
0 commit comments