Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6000e9f commit d6d77dfCopy full SHA for d6d77df
pages/index.js
@@ -31,11 +31,16 @@ const HeroSection = styled.section`
31
font-size: 2.5rem;
32
font-weight: 300;
33
color: #36434d;
34
+ ${breakpoints.lg} {
35
+ line-height: 3rem;
36
+ }
37
${breakpoints.md} {
38
font-size: 2.3rem;
39
40
}
41
${breakpoints.sm} {
42
font-size: 1.8rem;
43
+ line-height: 2.5rem;
44
45
${breakpoints.xs} {
46
font-size: 1.5rem;
@@ -209,7 +214,7 @@ export default () => (
209
214
<Flex flexDirection="column" alignItems="center" justifyContent="center">
210
215
<Box width={1}>
211
216
<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>
213
218
</Box>
219
</Flex>
220
</Container>
0 commit comments