Skip to content

Commit 87ce766

Browse files
fixed buttons being weird on small screens
shoe head shoe head
1 parent 56bf66c commit 87ce766

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

styles.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ button:not(.difficulty) {
2828
height: 50px;
2929
}
3030

31+
button {padding: 0;}
32+
3133
#button-1 {background-color: rgb(255, 120, 100); }
3234

3335
#button-2 {
@@ -62,4 +64,4 @@ button:disabled {
6264
#warning {color: darkred;}
6365
#d-easy {background-color: rgb(100, 255, 120)}
6466
#d-normal {background-color:rgb(255, 255, 120)}
65-
#d-hard {background-color:rgb(255, 120, 100)}
67+
#d-hard {background-color:rgb(255, 120, 100)}

0 commit comments

Comments
 (0)