Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d6d77df

Browse files
shahednasservinaypuppal
authored andcommitted
Updated mission statement
1 parent 6000e9f commit d6d77df

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pages/index.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,16 @@ const HeroSection = styled.section`
3131
font-size: 2.5rem;
3232
font-weight: 300;
3333
color: #36434d;
34+
${breakpoints.lg} {
35+
line-height: 3rem;
36+
}
3437
${breakpoints.md} {
3538
font-size: 2.3rem;
39+
line-height: 3rem;
3640
}
3741
${breakpoints.sm} {
3842
font-size: 1.8rem;
43+
line-height: 2.5rem;
3944
}
4045
${breakpoints.xs} {
4146
font-size: 1.5rem;
@@ -209,7 +214,7 @@ export default () => (
209214
<Flex flexDirection="column" alignItems="center" justifyContent="center">
210215
<Box width={1}>
211216
<img src={heroBannerURL} alt="words" />
212-
<h1>On a mission to improve the state of tech across India</h1>
217+
<h1>On a mission to improve the state of Tech Education across India</h1>
213218
</Box>
214219
</Flex>
215220
</Container>

0 commit comments

Comments
 (0)