update of some css

This commit is contained in:
Chris Cochrun 2022-11-04 14:49:09 -05:00
parent 309a419d50
commit 8dd24f0eb2

View file

@ -1627,14 +1627,18 @@ select {
height: 24rem; height: 24rem;
} }
.h-12 {
height: 3rem;
}
.h-screen { .h-screen {
height: 100vh; height: 100vh;
} }
.h-24 {
height: 6rem;
}
.h-12 {
height: 3rem;
}
.h-1\/2 { .h-1\/2 {
height: 50%; height: 50%;
} }
@ -1651,10 +1655,6 @@ select {
height: 12rem; height: 12rem;
} }
.h-24 {
height: 6rem;
}
.h-8 { .h-8 {
height: 2rem; height: 2rem;
} }
@ -1663,36 +1663,6 @@ select {
height: 300px; 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-h-\[5rem\] {
max-height: 5rem; max-height: 5rem;
} }
@ -2037,21 +2007,11 @@ select {
--tw-gradient-to: rgba(var(--color-secondary-700), 1); --tw-gradient-to: rgba(var(--color-secondary-700), 1);
} }
.object-contain {
-o-object-fit: contain;
object-fit: contain;
}
.object-cover { .object-cover {
-o-object-fit: cover; -o-object-fit: cover;
object-fit: cover; object-fit: cover;
} }
.object-fill {
-o-object-fit: fill;
object-fit: fill;
}
.object-scale-down { .object-scale-down {
-o-object-fit: scale-down; -o-object-fit: scale-down;
object-fit: scale-down; object-fit: scale-down;
@ -2083,22 +2043,6 @@ select {
padding: 0.25rem; 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 { .px-0 {
padding-left: 0px; padding-left: 0px;
padding-right: 0px; padding-right: 0px;
@ -3697,18 +3641,14 @@ body:has(#menu-controller:checked) {
display: none; display: none;
} }
.md\:h-56 {
height: 14rem;
}
.md\:h-64 {
height: 16rem;
}
.md\:h-72 { .md\:h-72 {
height: 18rem; height: 18rem;
} }
.md\:h-56 {
height: 14rem;
}
.md\:w-1\/3 { .md\:w-1\/3 {
width: 33.333333%; width: 33.333333%;
} }
@ -3795,14 +3735,14 @@ body:has(#menu-controller:checked) {
display: none; display: none;
} }
.lg\:h-full {
height: 100%;
}
.lg\:h-72 { .lg\:h-72 {
height: 18rem; height: 18rem;
} }
.lg\:h-full {
height: 100%;
}
.lg\:w-auto { .lg\:w-auto {
width: auto; width: auto;
} }