This commit is contained in:
mgabdev
2020-04-06 21:53:23 -04:00
parent e485e2f955
commit b5e3c2a94f
58 changed files with 482 additions and 229 deletions

View File

@@ -472,8 +472,8 @@ body {
max-height: 80vh;
}
.heightMax56PX {
max-height: 56px;
.heightMax60PX {
max-height: 60px;
}
.heightMin50VH {
@@ -830,6 +830,10 @@ body {
margin-right: 10px;
}
.mr15 {
margin-right: 15px;
}
.ml15 {
margin-left: 15px;
}