From b2d6df2af7d1c448d46710aa09a652713ba15fab Mon Sep 17 00:00:00 2001 From: kek7198 Date: Fri, 31 Dec 2021 15:25:13 -0600 Subject: [PATCH] fix --- files/static/dist/main.css | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/files/static/dist/main.css b/files/static/dist/main.css index f9a3d053cf..e2f54ae49c 100644 --- a/files/static/dist/main.css +++ b/files/static/dist/main.css @@ -1140,8 +1140,8 @@ video { .h-56 { height: 14rem; } -.h-5 { - height: 1.25rem; +.h-4 { + height: 1rem; } .h-\[10px\] { height: 10px; @@ -1167,12 +1167,12 @@ video { .h-3 { height: 0.75rem; } -.h-4 { - height: 1rem; -} .h-2 { height: 0.5rem; } +.h-5 { + height: 1.25rem; +} .h-7 { height: 1.75rem; } @@ -1218,8 +1218,8 @@ video { .w-32 { width: 8rem; } -.w-5 { - width: 1.25rem; +.w-4 { + width: 1rem; } .w-56 { width: 14rem; @@ -1248,6 +1248,9 @@ video { .w-1\/4 { width: 25%; } +.w-5 { + width: 1.25rem; +} .w-7 { width: 1.75rem; }