Skip to content

Commit b2fa689

Browse files
committed
updated top horizontal paddings for mobile screen optimization
1 parent 7251ce3 commit b2fa689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TopHeader/TopHeader.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default function TopHeader() {
3232
}, [messages.length]);
3333

3434
return (
35-
<header className="w-full bg-[#0D1B2A] text-white text-sm fixed py-2 px-4 flex items-center justify-between z-50">
35+
<header className="w-full bg-[#0D1B2A] text-white text-sm fixed py-2 px-2 flex items-center justify-between z-50">
3636
{/* Center Promo Message */}
3737
<div className="flex-1 text-center font-medium">
3838
<p className="transition-opacity duration-500 ease-in-out">

0 commit comments

Comments
 (0)