Skip to content

Commit c330711

Browse files
committed
Make the buttons position responsive
1 parent 3e3c6c8 commit c330711

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

public/styles.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,18 @@ body {
5252

5353
.sudoku-buttons {
5454
display: inline-block;
55-
width: 11.25%;
56-
margin-left: 44.375%;
55+
width: 15%;
56+
margin-left: 42.5%;
5757
}
5858

5959
.SolveButton, .ClearButton {
60-
width: 6em;
60+
width: 40%;
6161
text-align: center;
6262
}
6363

64+
6465
.SolveButton {
65-
margin-right: 2em;
66+
margin-right: 20%;
6667
}
6768

6869

0 commit comments

Comments
 (0)