From da375a3124c0006bcceab6b4f4bfcae30640d4d6 Mon Sep 17 00:00:00 2001 From: "Hashem A. Damrah" Date: Thu, 1 Aug 2024 20:07:12 -0700 Subject: [PATCH] --- assets/css/style.css | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index ead26ed..0c47579 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1309,6 +1309,10 @@ video { height: 3.5rem; } +.h-4 { + height: 1rem; +} + .h-48 { height: 12rem; } @@ -1321,10 +1325,6 @@ video { height: 2rem; } -.h-4 { - height: 1rem; -} - .max-h-96 { max-height: 24rem; } @@ -1337,6 +1337,10 @@ video { min-height: 100vh; } +.w-4 { + width: 1rem; +} + .w-6 { width: 1.5rem; } @@ -1353,10 +1357,6 @@ video { width: 100%; } -.w-4 { - width: 1rem; -} - .min-w-0 { min-width: 0px; } @@ -1450,10 +1450,6 @@ video { justify-content: space-around; } -.justify-stretch { - justify-content: stretch; -} - .gap-1 { gap: 0.25rem; }