Skip to content

Instantly share code, notes, and snippets.

@muan
Last active October 13, 2022 20:51
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save muan/b7bd076daf1ac41c38a12dd91a231075 to your computer and use it in GitHub Desktop.
Save muan/b7bd076daf1ac41c38a12dd91a231075 to your computer and use it in GitHub Desktop.
#main .grid {
max-width: 100vw !important;
}
.video-wrapper .large-10,
video {
flex-basis: auto !important;
max-width: 98vw !important;
width: 98vw !important;
}
video {
max-height: 92vh !important;
}
#main .row:not(.video-wrapper) {
max-width: 980px;
margin: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment