-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
Hello.
Adding "auto" suffix to margin vertical utilites can be usefull with flexbox:
<div class="h-half bg-grey-lighter flex">
<div class="ml-auto flex flex-col justify-end p-12 text-right">
<h2 class="my-auto text-5xl font-extrabold uppercase">Centered on rest block</h2>
<a href="#" class="ml-auto bg-brand text-white w-64 py-3 no-underline text-center font-sans font-medium tracking-wide rounded-xl">Some button text</a>
</div>
</div>tlgregjakedohm
Metadata
Metadata
Assignees
Labels
No labels

