Skip to content

Commit 29e4dd3

Browse files
committed
style(Crowdfunding): banner responsiveness
1 parent 1d11d9b commit 29e4dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/crowdfunding-redesign/CrowdfundingPreviewBanner.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Button } from '../ui/Button';
88

99
export function CrowdfundingPreviewBanner({ account }) {
1010
return (
11-
<div className="z-10 flex h-14 w-full items-center justify-center bg-blue-100 px-4 py-2 text-sm text-gray-700 dark:bg-gray-800 dark:text-gray-300">
11+
<div className="z-10 flex min-h-14 w-full items-center justify-center bg-blue-100 px-4 py-2 text-sm text-gray-700 dark:bg-gray-800 dark:text-gray-300">
1212
<div className="flex items-center gap-4">
1313
<FlaskConical className="h-4 w-4" />
1414
<span>

0 commit comments

Comments
 (0)