mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 16:48:26 -04:00
8 lines
100 B
CSS
8 lines
100 B
CSS
.player {
|
|
display: block;
|
|
margin: 0 auto;
|
|
width: 100%;
|
|
height: auto;
|
|
max-height: 500px;
|
|
}
|