We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7251ce3 commit b2fa689Copy full SHA for b2fa689
src/components/TopHeader/TopHeader.jsx
@@ -32,7 +32,7 @@ export default function TopHeader() {
32
}, [messages.length]);
33
34
return (
35
- <header className="w-full bg-[#0D1B2A] text-white text-sm fixed py-2 px-4 flex items-center justify-between z-50">
+ <header className="w-full bg-[#0D1B2A] text-white text-sm fixed py-2 px-2 flex items-center justify-between z-50">
36
{/* Center Promo Message */}
37
<div className="flex-1 text-center font-medium">
38
<p className="transition-opacity duration-500 ease-in-out">
0 commit comments