Skip to content

Commit 2b37d8c

Browse files
committed
v4
1 parent 77e2c62 commit 2b37d8c

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

src/components/Home/DashLook.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,7 @@ const StyleDashLook = styled.section`
8787
}
8888
}
8989
}
90+
@media (max-width: 750px) {
91+
padding-block: 5rem;
92+
}
9093
`;

src/components/Home/Hero.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ const StyledHero = styled.section`
9393
transform: rotate(-45deg);
9494
}
9595
@media (max-width: 750px) {
96-
& > *:first-child {
97-
min-height: 50vh;
98-
padding-block-start: 20rem;
99-
}
10096
&::before, &::after {
10197
content: none;
10298
}
@@ -151,7 +147,7 @@ const StyledCircleButton = styled.div`
151147
pointer-events: none;
152148
}
153149
@media (max-width: 750px) {
154-
margin-block-start: 8rem;
150+
margin-block-start: 2rem;
155151
& > button {
156152
right: 50%;
157153
transform: translateX(50%);

src/components/Styles/GlobalStyle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ a {
6262
cursor: pointer;
6363
}
6464
h1 {
65-
font-size: 3.52rem;
65+
font-size: 3.032rem;
6666
font-family: 'Mutant';
6767
}
6868
h2 {font-size: 2.074rem;}

0 commit comments

Comments
 (0)