org-theme/scss/partials/_video.scss

14 lines
136 B
SCSS
Raw Normal View History

2020-11-25 23:22:07 +01:00
/* Center Youtube Videos */
iframe {
display: block;
margin: auto;
max-width: 100%;
}
/* Video */
video {
max-width: 100%;
}