Skip to content

Commit b6ebead

Browse files
Refactor:
Adjust cookie banner styling.
1 parent 6e8b484 commit b6ebead

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/CookieBanner.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export const CookieBanner = () => {
1515

1616
return (
1717
<>
18-
<div className="fixed bottom-0 left-0 right-0 z-50 p-4 bg-black/50 backdrop-blur-sm">
19-
<Card className="max-w-4xl mx-auto p-6 bg-white shadow-xl border border-slate-200 rounded-2xl">
18+
<div className="fixed bottom-0 left-0 right-0 z-50 bg-white border-t border-slate-200 shadow-lg">
19+
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-4">
2020
<div className="flex flex-col lg:flex-row gap-4 items-start lg:items-center">
2121
<div className="flex items-start gap-3 flex-1">
2222
<Cookie className="h-6 w-6 text-blue-600 flex-shrink-0 mt-1" />
@@ -67,7 +67,7 @@ export const CookieBanner = () => {
6767
</Button>
6868
</div>
6969
</div>
70-
</Card>
70+
</div>
7171
</div>
7272

7373
<CookiePreferencesDialog

0 commit comments

Comments
 (0)