This commit is contained in:
joshua-arts
2018-05-31 22:15:18 -04:00
parent 39414e269b
commit 1bcd176285
14 changed files with 137 additions and 77 deletions

View File

@ -41,6 +41,8 @@
$background-color: #F5F7FB;
$rule-color: lightblue;
$footer-height: 70px;
.video-container {
position: relative;
width: 100%;
@ -98,12 +100,13 @@ html, body {
}
.wrapper {
min-height: 100%;
min-height: calc(100% - $footer-height);
position: relative;
}
.footer {
width: 100%;
height: 70px;
text-align: center;
}