video player

This commit is contained in:
Mark Moser
2017-08-23 14:26:05 -05:00
parent 7d998e525c
commit a3c75b8d74
6 changed files with 20 additions and 9 deletions

View File

@ -1,5 +1,4 @@
.color-samples {
> div {
display: flex;

View File

@ -0,0 +1,6 @@
video {
margin: $gutter 0;
width: auto;
max-width: 100%;
height: auto;
}

View File

@ -13,6 +13,7 @@
@import 'elements/icons';
@import 'elements/cta';
@import 'elements/footer';
@import 'elements/video';
@import 'components/styleguide';
@import 'components/hero';