1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-06-27 17:45:41 -04:00
Files
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;
}