org-theme/scss/partials/_video.scss
2020-11-25 23:22:07 +01:00

14 lines
136 B
SCSS

/* Center Youtube Videos */
iframe {
display: block;
margin: auto;
max-width: 100%;
}
/* Video */
video {
max-width: 100%;
}