We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 725aa20 commit 23bda60Copy full SHA for 23bda60
package.json
@@ -4,7 +4,7 @@
4
"version": "0.1.0",
5
"private": true,
6
"dependencies": {
7
- "colorthief": "^2.3.0",
+ "colorthief": "^2.3.0",
8
"enzyme": "^3.11.0",
9
"enzyme-adapter-react-16": "^1.15.6",
10
"gh-pages": "^2.1.1",
src/components/button/Button.scss
@@ -49,8 +49,7 @@
49
50
@media (max-width: 435px) {
51
.main-button {
52
- font-size: 12px;
53
- margin-right: 15px;
54
-
+ font-size: 12px;
+ margin-right: 15px;
55
}
56
src/index.css
@@ -35,12 +35,11 @@ body {
35
36
37
38
39
/* hide the overflow */
40
@media (max-width: 400px) {
41
html,
42
body {
43
- overflow-x: hidden;
44
- overflow-y: auto;
+ overflow-x: hidden;
+ overflow-y: auto;
45
46
0 commit comments