This commit is contained in:
epoberezkin
2023-07-29 13:22:10 +00:00
parent 02420e7642
commit de98110877
19 changed files with 771 additions and 53 deletions
+12
View File
@@ -658,6 +658,10 @@ video {
float: right;
}
.m-1 {
margin: 0.25rem;
}
.m-auto {
margin: auto;
}
@@ -864,6 +868,10 @@ video {
margin-top: 66px;
}
.mt-\[74px\] {
margin-top: 74px;
}
.mt-\[8px\] {
margin-top: 8px;
}
@@ -900,6 +908,10 @@ video {
display: none;
}
.h-1 {
height: 0.25rem;
}
.h-11 {
height: 2.75rem;
}