Skip to content

Commit b073e71

Browse files
committed
add more button margin on mobile
1 parent 6999b23 commit b073e71

File tree

4 files changed

+9
-15
lines changed

4 files changed

+9
-15
lines changed
Binary file not shown.

styles/body.scss

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,17 @@ h1 {
2121
display: flex;
2222
flex-direction: column;
2323
width: 100%;
24+
button {
25+
margin: 10px 0;
26+
width: 280px;
27+
}
2428
}
2529

2630
h1 {
2731
font-size: 20px;
2832
}
2933

30-
button {
31-
width: 300px;
32-
}
33-
3434
.animation-buttons {
3535
margin-top: 50px;
36-
button {
37-
margin: 10px 0;
38-
}
3936
}
4037
}

styles/main.css

Lines changed: 4 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)