Skip to content

Commit ab83c70

Browse files
committed
added some paddings in hero sections of home page
1 parent e051672 commit ab83c70

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "automadeasy",
3-
"version": "v2.0.0",
3+
"version": "v2.1.0",
44
"private": true,
55
"homepage": "https://automadeasy.com/",
66
"dependencies": {

src/pages/Automadeasy.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const Automadeasy = () => {
6161
sm: 0,
6262
}}
6363
alignItems="center"
64-
p={"8rem"}
64+
p={"7rem"}
6565
sx={{
6666
backgroundColor: homeBackgroundColor,
6767
}}
@@ -72,6 +72,7 @@ export const Automadeasy = () => {
7272
fontWeight={"bold"}
7373
color={"black"}
7474
textAlign={"right"}
75+
py={"2rem"}
7576
>
7677
Start learning
7778
</Typography>

src/pages/css/Automadeasy.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232

3333
@media (max-width: 450px) {
3434
.hero-section-1 {
35-
clip-path: ellipse(750px 250px at 35% 50%);
36-
-webkit-clip-path: ellipse(750px 250px at 35% 50%);
35+
clip-path: ellipse(750px 275px at 35% 50%);
36+
-webkit-clip-path: ellipse(750px 275px at 35% 50%);
3737
}
3838
.hero-section-2 {
3939
clip-path: ellipse(800px 350px at 80% 55%);

0 commit comments

Comments
 (0)