2df6476a2f
Update .dockerignore, .gitignore, and 20 more files...
8 lines
143 B
SCSS
8 lines
143 B
SCSS
/* Halfmoon > Elements > Videos */
|
|
|
|
video {
|
|
// https://css-tricks.com/fluid-width-video/
|
|
width: 100% !important;
|
|
height: auto !important;
|
|
}
|