diff --git a/files/static/dist/main.css b/files/static/dist/main.css index 4c194dc78..4d4a84785 100644 --- a/files/static/dist/main.css +++ b/files/static/dist/main.css @@ -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;