my life is an endless series of one-line css changes now

This commit is contained in:
Elijah Steres 2021-01-02 21:41:00 -05:00
parent cd242c0b2b
commit 1b2544cc4b

View File

@ -61,7 +61,9 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-around; justify-content: space-around;
margin-right: 12px; min-width: 95%;
max-width: 100%;
width: min-content;
} }
.team { .team {