File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,4 +87,7 @@ const StyleDashLook = styled.section`
8787 }
8888 }
8989 }
90+ @media (max-width: 750px) {
91+ padding-block: 5rem;
92+ }
9093` ;
Original file line number Diff line number Diff 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%);
Original file line number Diff line number Diff line change 6262 cursor: pointer;
6363}
6464h1 {
65- font-size: 3.52rem ;
65+ font-size: 3.032rem ;
6666 font-family: 'Mutant';
6767}
6868h2 {font-size: 2.074rem;}
You can’t perform that action at this time.
0 commit comments