We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b70ed1 commit a66af69Copy full SHA for a66af69
demo/src/App.tsx
@@ -130,7 +130,7 @@ export default function App() {
130
{/* Headline */}
131
<div
132
className={cn(
133
- "z-10 flex flex-col gap-8 mb-10 justify-end items-center flex-1",
+ "z-10 flex flex-col gap-8 md:gap-12 md:mb-16 mb-10 justify-end items-center flex-1",
134
PADDING_LAYOUT[paddingClass].px
135
)}
136
>
0 commit comments