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;
}
Was this page helpful?