8 lines
109 B
CSS
8 lines
109 B
CSS
.play {
|
|
display: flex;
|
|
height: 100%;
|
|
justify-content: space-around;
|
|
line-height: 0;
|
|
width: 100%;
|
|
}
|