Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit 9390216

Browse files
fixed pixel perfect things
1 parent 60bcf05 commit 9390216

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/views/pages/HomeView/Hero.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,31 @@ function Hero({ className, ...rest }) {
1111
return (
1212
<div className={className} {...rest}>
1313
<HeroWithLogo
14+
<<<<<<< HEAD
1415
style={{ height: '420px' }}
16+
=======
17+
style={{height: "420px"}}
18+
>>>>>>> fixed pixel perfect things
1519
title="Learn for Cause"
1620
title2="Code for Cause"
1721
imageUrl="/static/home/codeforcause.svg"
1822
firstComponent={
23+
<<<<<<< HEAD
1924
<>
2025
<Typography variant="body1">
2126
An initiative to help the community by providing training,
2227
guidance and awareness about the possibilities in the software
2328
field to students & professionals.
2429
</Typography>
2530
<div style={{ height: '16px' }}></div>
31+
=======
32+
<><Typography variant="body1">
33+
An initiative to help the community by providing training, guidance
34+
and awareness about the possibilities in the software field to
35+
students & professionals.
36+
</Typography>
37+
<div style={{height:"16px"}}></div>
38+
>>>>>>> fixed pixel perfect things
2639
</>
2740
}
2841
secondComponent={

0 commit comments

Comments
 (0)