Skip to content

Commit 2a99071

Browse files
authored
Update terms.style.js
Signed-off-by: Naman Verma <149177973+Namanv0509@users.noreply.github.com>
1 parent 22279d2 commit 2a99071

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/sections/Company/Legal/terms.style.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const TermsWrapper = styled.section`
1010
margin: 0 auto;
1111
padding-left: 2px;
1212
margin-top: -20rem;
13-
@media (max-width: 1300px) {
13+
@media (max-width: 750px) {
1414
margin-top: 0;
1515
}
1616
}
@@ -81,4 +81,4 @@ const TermsWrapper = styled.section`
8181
}
8282
`;
8383

84-
export default TermsWrapper;
84+
export default TermsWrapper;

0 commit comments

Comments
 (0)