setting up the mission trip page

This commit is contained in:
Chris Cochrun 2024-01-03 15:16:28 -06:00
parent 04214a752c
commit 81bf6a53e3
4 changed files with 60 additions and 35 deletions

View file

@ -2039,6 +2039,18 @@ select {
height: 1000px;
}
.h-10 {
height: 2.5rem;
}
.h-4 {
height: 1rem;
}
.h-2 {
height: 0.5rem;
}
.max-h-\[5rem\] {
max-height: 5rem;
}
@ -2177,6 +2189,10 @@ select {
flex: 0 1 auto;
}
.shrink {
flex-shrink: 1;
}
.grow {
flex-grow: 1;
}