10 lines
189 B
SCSS
10 lines
189 B
SCSS
|
// 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;
|
||
|
}
|