This commit is contained in:
epoberezkin
2023-08-27 16:46:49 +00:00
parent eec817e8b5
commit 62c7c43740
69 changed files with 11929 additions and 138 deletions
+8 -4
View File
@@ -2355,10 +2355,6 @@ video {
display: block;
}
.sm\:inline {
display: inline;
}
.sm\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
@@ -2657,6 +2653,10 @@ video {
height: 950px;
}
.lg\:h-\[calc\(100vh-66px\)\] {
height: calc(100vh - 66px);
}
.lg\:h-auto {
height: auto;
}
@@ -2666,6 +2666,10 @@ video {
height: fit-content;
}
.lg\:max-h-\[888px\] {
max-height: 888px;
}
.lg\:w-2\/5 {
width: 40%;
}