Skip to content

Commit 2fad8b0

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0c7f864 commit 2fad8b0

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

src/components/button/Button.scss

+2-3
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949

5050
@media (max-width: 435px) {
5151
.main-button {
52-
font-size: 12px;
53-
margin-right: 15px;
54-
52+
font-size: 12px;
53+
margin-right: 15px;
5554
}
5655
}

src/index.css

+2-3
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,11 @@ body {
3535
}
3636
}
3737

38-
3938
/* hide the overflow */
4039
@media (max-width: 400px) {
4140
html,
4241
body {
43-
overflow-x: hidden;
44-
overflow-y: auto;
42+
overflow-x: hidden;
43+
overflow-y: auto;
4544
}
4645
}

0 commit comments

Comments
 (0)