search complete

This commit is contained in:
prospect
2024-01-18 18:54:23 -05:00
parent 22fb21470f
commit 644954b5e4
14 changed files with 139 additions and 85 deletions

View File

@@ -972,11 +972,6 @@ select {
margin-bottom: 1rem;
}
.my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
@@ -1093,6 +1088,10 @@ select {
max-width: 36rem;
}
.max-w-full {
max-width: 100%;
}
.flex-1 {
flex: 1 1 0%;
}
@@ -1437,10 +1436,6 @@ select {
padding-bottom: 7rem;
}
.pb-32 {
padding-bottom: 8rem;
}
.pb-4 {
padding-bottom: 1rem;
}
@@ -1465,14 +1460,14 @@ select {
padding-top: 6rem;
}
.pt-28 {
padding-top: 7rem;
}
.pt-4 {
padding-top: 1rem;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
@@ -1731,9 +1726,6 @@ html {
.lg\:grid-cols-6 {
grid-template-columns: repeat(6, minmax(0, 1fr));
}
.lg\:flex-row {
flex-direction: row;
}
.lg\:flex-col {
flex-direction: column;
}
@@ -1748,16 +1740,6 @@ html {
margin-right: calc(2rem * var(--tw-space-x-reverse));
margin-left: calc(2rem * (1 - var(--tw-space-x-reverse)));
}
.lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(1rem * var(--tw-space-x-reverse));
margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
}
.lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.lg\:px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
@@ -1770,9 +1752,6 @@ html {
padding-top: 2rem;
padding-bottom: 2rem;
}
.lg\:text-left {
text-align: left;
}
.lg\:text-center {
text-align: center;
}