This commit is contained in:
epoberezkin
2026-05-05 16:34:42 +00:00
parent c1f3742553
commit cf3b4abb13
25 changed files with 21912 additions and 0 deletions
+20
View File
@@ -861,6 +861,10 @@ video {
margin-top: 0.5rem;
}
.mt-3 {
margin-top: 0.75rem;
}
.mt-4 {
margin-top: 1rem;
}
@@ -1174,6 +1178,10 @@ video {
max-width: 541px;
}
.max-w-\[600px\] {
max-width: 600px;
}
.max-w-\[602px\] {
max-width: 602px;
}
@@ -1202,6 +1210,10 @@ video {
flex: 2.5;
}
.flex-shrink {
flex-shrink: 1;
}
.flex-grow {
flex-grow: 1;
}
@@ -2081,6 +2093,10 @@ video {
transition-duration: 150ms;
}
.ease-in {
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.placeholder\:text-base::-moz-placeholder {
font-size: 1rem;
line-height: 1.5rem;
@@ -2609,6 +2625,10 @@ video {
font-size: 40px;
}
.md\:text-\[45px\] {
font-size: 45px;
}
.md\:text-\[55px\] {
font-size: 55px;
}