From 0a790e83a1fd371c3be8b9eabc454224f23d01b2 Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Sun, 14 May 2023 18:02:30 +1000 Subject: [PATCH] Rebuild assets --- public/assets/index.css | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/public/assets/index.css b/public/assets/index.css index c3f220b..3cc5b17 100644 --- a/public/assets/index.css +++ b/public/assets/index.css @@ -1202,6 +1202,10 @@ video { width: 0.5rem; } +.w-24 { + width: 6rem; +} + .w-36 { width: 9rem; } @@ -1226,14 +1230,6 @@ video { width: 100%; } -.w-3 { - width: 0.75rem; -} - -.w-24 { - width: 6rem; -} - .max-w-3xl { max-width: 48rem; }