Client - fix app height
This commit is contained in:
@ -5,6 +5,11 @@ $container-width: 1140px;
|
||||
$medium-limit: 1000px;
|
||||
$small-limit: 500px;
|
||||
|
||||
/*
|
||||
* === HEIGHT ===
|
||||
*/
|
||||
$app-height: calc(100vh - 130px);
|
||||
|
||||
/*
|
||||
* === PADDING / MARGIN ===
|
||||
*/
|
||||
|
Reference in New Issue
Block a user