how to fix flex-direction: column; alignment here

.intro__area {
grid-column: span 6;
display: flex;
flex-direction: column;
gap: 2rem;
}
Screenshot_2025-03-25_233112.png
Was this page helpful?