Skip to content

Commit 23bda60

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 725aa20 commit 23bda60

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.1.0",
55
"private": true,
66
"dependencies": {
7-
"colorthief": "^2.3.0",
7+
"colorthief": "^2.3.0",
88
"enzyme": "^3.11.0",
99
"enzyme-adapter-react-16": "^1.15.6",
1010
"gh-pages": "^2.1.1",

src/components/button/Button.scss

Lines changed: 2 additions & 3 deletions
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

Lines changed: 2 additions & 3 deletions
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)