Skip to content

Commit c36f2ed

Browse files
authored
Merge pull request #538 from Lethalos/master
Update style.css
2 parents eabf3e7 + 932539b commit c36f2ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

01 - JavaScript Drum Kit/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ body,html {
1212

1313
.keys {
1414
display: flex;
15-
flex: 1;
1615
min-height: 100vh;
1716
align-items: center;
1817
justify-content: center;
1918
}
2019

2120
.key {
21+
flex: 1;
2222
border: .4rem solid black;
2323
border-radius: .5rem;
2424
margin: 1rem;

0 commit comments

Comments
 (0)