setting up the mission trip page
This commit is contained in:
parent
04214a752c
commit
81bf6a53e3
4 changed files with 60 additions and 35 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue