From ca4c99b7ad8131c651895eb5dbe6eed652c4ac67 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 3 Jan 2022 21:30:41 -0600 Subject: [PATCH] fix --- files/static/dist/main.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/files/static/dist/main.css b/files/static/dist/main.css index 6d0ff5667..54f409de4 100644 --- a/files/static/dist/main.css +++ b/files/static/dist/main.css @@ -1146,6 +1146,9 @@ video { .h-10 { height: 2.5rem; } +.h-7 { + height: 1.75rem; +} .h-4 { height: 1rem; } @@ -1182,9 +1185,6 @@ video { .h-2 { height: 0.5rem; } -.h-7 { - height: 1.75rem; -} .max-h-0 { max-height: 0px; } @@ -1224,6 +1224,9 @@ video { .w-10 { width: 2.5rem; } +.w-7 { + width: 1.75rem; +} .w-6 { width: 1.5rem; } @@ -1263,9 +1266,6 @@ video { .w-1\/4 { width: 25%; } -.w-7 { - width: 1.75rem; -} .w-44 { width: 11rem; }