forked from External/greenlight
styling
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user