Hello,
I'm using standard columns like this:
<div class="row align-items-center col-mb-50">
<div class="col-md-4 text-center">Content</div>
<div class="col-md-4 text-center">Content</div>
</div>
And I'm trying to vertically top-justify the content within. It seems to be vertically middle justified by default.
How do I do this? Thanks-
