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;
|
|
}
|