This commit is contained in:
mgabdev
2020-04-03 19:18:26 -04:00
parent c6fdcb91c8
commit e485e2f955
21 changed files with 367 additions and 203 deletions

View File

@@ -472,6 +472,10 @@ body {
max-height: 80vh;
}
.heightMax56PX {
max-height: 56px;
}
.heightMin50VH {
min-height: 50vh;
}