CSS-NibblePoker/scss/site/video.scss

10 lines
189 B
SCSS
Raw Normal View History

// NibblePoker CSS Theme - CC0 1.0 (Public Domain)
/* Site > Elements > Video */
// FIXME: Does not respect the core tenets !
video {
width: 100% !important;
height: auto !important;
}