We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7f864 commit 2fad8b0Copy full SHA for 2fad8b0
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