tomatao
tomatao
KPCKevin Powell - Community
Created by tomatao on 6/15/2024 in #front-end
Using flex for `.flow-content` utility
Why use a margin-top/bottom rather than something like
.flow-content {
display: flex;
flex-direction: column;
gap: 1.2em;
}
.flow-content {
display: flex;
flex-direction: column;
gap: 1.2em;
}
214 replies