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%; }