updating front page after mission trip apps ending
This commit is contained in:
parent
be2a2cf1e7
commit
6df2cd59bf
4 changed files with 46 additions and 17 deletions
|
@ -2088,6 +2088,10 @@ select {
|
|||
width: 9rem;
|
||||
}
|
||||
|
||||
.w-1\/2 {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.w-12 {
|
||||
width: 3rem;
|
||||
}
|
||||
|
@ -5502,6 +5506,10 @@ pre {
|
|||
flex-basis: 25%;
|
||||
}
|
||||
|
||||
.md\:basis-1\/2 {
|
||||
flex-basis: 50%;
|
||||
}
|
||||
|
||||
.md\:grid-cols-2 {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue