From e8a701a215578e55cd88a65efa60865adec42f77 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Mon, 22 Jan 2024 09:20:40 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Rebuild=20CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/compiled/main.css | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 157b1811..6cd0e8d2 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1798,10 +1798,6 @@ code { top: 5rem; } -.top-8 { - top: 2rem; -} - .top-\[100vh\] { top: 100vh; } @@ -2000,22 +1996,14 @@ code { height: 3rem; } -.h-2 { - height: 0.5rem; -} - -.h-24 { - height: 6rem; -} - -.h-36 { - height: 9rem; -} - .h-8 { height: 2rem; } +.h-auto { + height: auto; +} + .h-full { height: 100%; }