1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 15:48:31 -04:00
jarv.is/components/Video/Video.module.css

8 lines
100 B
CSS

.player {
display: block;
margin: 0 auto;
width: 100%;
height: auto;
max-height: 500px;
}