This commit is contained in:
epoberezkin
2024-05-08 08:32:15 +00:00
parent 9a8f323736
commit ad1f228e36
160 changed files with 331 additions and 317 deletions
+12
View File
@@ -824,6 +824,10 @@ video {
margin-bottom: 80px;
}
.mb-auto {
margin-bottom: auto;
}
.ml-\[-15px\] {
margin-left: -15px;
}
@@ -1016,6 +1020,10 @@ video {
height: calc(100% - 81.42px);
}
.h-\[calc\(100vh-66px\)\] {
height: calc(100vh - 66px);
}
.h-\[inherit\] {
height: inherit;
}
@@ -2655,6 +2663,10 @@ video {
height: 642px;
}
.lg\:h-\[66px\] {
height: 66px;
}
.lg\:h-\[855px\] {
height: 855px;
}