Files
Web-NibblePoker/resources/Azias/scss/halfmoon/element/video.scss
Herwin 2df6476a2f Cleaning up trash, Changing from pure CSS to SCSS
Update .dockerignore, .gitignore, and 20 more files...
2022-09-21 16:54:03 +02:00

8 lines
143 B
SCSS

/* Halfmoon > Elements > Videos */
video {
// https://css-tricks.com/fluid-width-video/
width: 100% !important;
height: auto !important;
}