updating front page after mission trip apps ending

This commit is contained in:
Chris Cochrun 2025-02-07 17:15:43 -06:00
parent be2a2cf1e7
commit 6df2cd59bf
4 changed files with 46 additions and 17 deletions

View file

@ -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));
}