Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 4, 2024
1 parent 0c7f864 commit 2fad8b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions src/components/button/Button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@

@media (max-width: 435px) {
.main-button {
font-size: 12px;
margin-right: 15px;

font-size: 12px;
margin-right: 15px;
}
}
5 changes: 2 additions & 3 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,11 @@ body {
}
}


/* hide the overflow */
@media (max-width: 400px) {
html,
body {
overflow-x: hidden;
overflow-y: auto;
overflow-x: hidden;
overflow-y: auto;
}
}

0 comments on commit 2fad8b0

Please sign in to comment.