Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/banner.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const Banner = () => (
<div className="fixed left-0 right-0 top-0 z-[999] flex h-[40px] w-full flex-col items-center justify-center py-2 text-sm bg-[#1e7748] sm:flex-row sm:py-0 sm:text-lg">
<div className="relative z-[999] flex h-[40px] w-full flex-col items-center justify-center py-2 text-sm bg-[#1e7748] sm:flex-row sm:py-0 sm:text-lg">
<div className="mr-1 hidden text-white sm:block">Free Palestine 🇵🇸</div>
<a
href="https://freepalestine.dev"
Expand Down
2 changes: 1 addition & 1 deletion src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const MainHeader = () => {
};

return (
<nav className="sticky top-0 z-40 w-full bg-background/70 backdrop-blur-lg pt-10 px-6 border-b border-divider h-26">
<nav className="sticky top-0 z-40 w-full bg-background/70 backdrop-blur-lg px-6 border-b border-divider h-16">
<header className="max-w-7xl mx-auto flex h-16 items-center justify-between">
<Title onClick={handleScrollToTop} />

Expand Down