Client - fix app height

This commit is contained in:
Sam
2021-08-15 09:24:10 +02:00
parent 8465c0e4cb
commit 4bbfb800cb
5 changed files with 19 additions and 15 deletions

View File

@ -5,6 +5,11 @@ $container-width: 1140px;
$medium-limit: 1000px;
$small-limit: 500px;
/*
* === HEIGHT ===
*/
$app-height: calc(100vh - 130px);
/*
* === PADDING / MARGIN ===
*/