Answers for "tailwind added a margin to the right"

2

tailwind margin

<div class="mt-8 md:my-8">
    <!-- ... -->
</div>
Posted by: Guest on March-30-2021
0

tailwind margin

<div class="m-8 ...">m-8</div>
Posted by: Guest on March-30-2021

Browse Popular Code Answers by Language