Closed stone89son closed 1 year ago
Is there any way to configure it? I want margin-top: 65px, so I wrote mt-[65px] but it's not working. Code: <main className="container mx-auto max-w-7xl px-6 flex-grow mt-[65px]">
<main className="container mx-auto max-w-7xl px-6 flex-grow mt-[65px]">
But you're not using Tailwind Variants there 🤔
Thank to give me time talking, In NextUI, Is there any other way?
Is there any way to configure it? I want margin-top: 65px, so I wrote mt-[65px] but it's not working. Code:
<main className="container mx-auto max-w-7xl px-6 flex-grow mt-[65px]">