master
kek7198 2021-12-28 21:43:35 -06:00
parent d959d5549f
commit 6ba5bb87dd
1 changed files with 11 additions and 5 deletions

View File

@ -1172,8 +1172,8 @@ video {
.h-7 {
height: 1.75rem;
}
.max-h-10 {
max-height: 2.5rem;
.max-h-0 {
max-height: 0px;
}
.max-h-\[20rem\] {
max-height: 20rem;
@ -1226,9 +1226,6 @@ video {
.w-\[14px\] {
width: 14px;
}
.w-24 {
width: 6rem;
}
.w-8 {
width: 2rem;
}
@ -3760,6 +3757,10 @@ video {
display: none;
}
.sm\:max-h-10 {
max-height: 2.5rem;
}
.sm\:items-stretch {
align-items: stretch;
}
@ -3787,6 +3788,11 @@ video {
padding-right: 0px;
}
.sm\:text-lg {
font-size: 1.125rem;
line-height: 1.75rem;
}
.sm\:text-base {
font-size: 1rem;
line-height: 1.5rem;