diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 5f0d711..87bdbf5 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1627,14 +1627,18 @@ select { height: 24rem; } -.h-12 { - height: 3rem; -} - .h-screen { height: 100vh; } +.h-24 { + height: 6rem; +} + +.h-12 { + height: 3rem; +} + .h-1\/2 { height: 50%; } @@ -1651,10 +1655,6 @@ select { height: 12rem; } -.h-24 { - height: 6rem; -} - .h-8 { height: 2rem; } @@ -1663,36 +1663,6 @@ select { height: 300px; } -.h-80 { - height: 20rem; -} - -.h-auto { - height: auto; -} - -.h-72 { - height: 18rem; -} - -.h-64 { - height: 16rem; -} - -.h-px { - height: 1px; -} - -.h-max { - height: -webkit-max-content; - height: -moz-max-content; - height: max-content; -} - -.h-32 { - height: 8rem; -} - .max-h-\[5rem\] { max-height: 5rem; } @@ -2037,21 +2007,11 @@ select { --tw-gradient-to: rgba(var(--color-secondary-700), 1); } -.object-contain { - -o-object-fit: contain; - object-fit: contain; -} - .object-cover { -o-object-fit: cover; object-fit: cover; } -.object-fill { - -o-object-fit: fill; - object-fit: fill; -} - .object-scale-down { -o-object-fit: scale-down; object-fit: scale-down; @@ -2083,22 +2043,6 @@ select { padding: 0.25rem; } -.p-7 { - padding: 1.75rem; -} - -.p-3 { - padding: 0.75rem; -} - -.p-10 { - padding: 2.5rem; -} - -.p-6 { - padding: 1.5rem; -} - .px-0 { padding-left: 0px; padding-right: 0px; @@ -3697,18 +3641,14 @@ body:has(#menu-controller:checked) { display: none; } - .md\:h-56 { - height: 14rem; - } - - .md\:h-64 { - height: 16rem; - } - .md\:h-72 { height: 18rem; } + .md\:h-56 { + height: 14rem; + } + .md\:w-1\/3 { width: 33.333333%; } @@ -3795,14 +3735,14 @@ body:has(#menu-controller:checked) { display: none; } - .lg\:h-full { - height: 100%; - } - .lg\:h-72 { height: 18rem; } + .lg\:h-full { + height: 100%; + } + .lg\:w-auto { width: auto; }