fix little homepage styling issue

This commit is contained in:
Connor Turland 2017-03-16 00:27:03 -04:00
parent 6fdd6acc11
commit a41fd05a1b
2 changed files with 2 additions and 1 deletions

View file

@ -30,6 +30,7 @@
height: 100%; height: 100%;
box-sizing: border-box; box-sizing: border-box;
padding-top: 92px; padding-top: 92px;
overflow-y: auto;
} }
/*.animations { /*.animations {

View file

@ -64,7 +64,7 @@
height: auto; height: auto;
} }
.homeVideo { .homeVideo {
width: 100%; width: 100% !important;
height: auto; height: auto;
} }
.fullWidthWrapper.withPartners { .fullWidthWrapper.withPartners {