Skip to content

Commit cf6ad4f

Browse files
committed
Fixes
1 parent 5f3eb0c commit cf6ad4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

01 - Drum Kit/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ span {
2626

2727
.keys {
2828
display: flex;
29+
flex-wrap: wrap;
2930
flex: 1;
3031
min-height: 40vh;
3132
align-items: center;
@@ -39,7 +40,7 @@ span {
3940
font-size: 1.5rem;
4041
padding: 1rem .5rem;
4142
transition: all .07s ease;
42-
width: 10rem;
43+
width: 100px;
4344
text-align: center;
4445
color: white;
4546
background-color: #212121;

0 commit comments

Comments
 (0)