fix: width

This commit is contained in:
Cory Dransfeldt 2024-04-29 11:02:30 -07:00
parent 385a4eb6fb
commit d2f86ed759

View file

@ -31,7 +31,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: start; justify-content: start;
max-width: 80%; max-width: 75%;
} }
& .title { & .title {