From 6ba5bb87dde91d935ef70645745dbbdc125245f2 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Tue, 28 Dec 2021 21:43:35 -0600 Subject: [PATCH] fix --- files/static/dist/main.css | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) 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;