Skip to content

Commit

Permalink
responsive header on md screens (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
toufiqfarhan0 authored Sep 16, 2024
1 parent 1eb9a62 commit d4791b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ const Header = () => {

return (
<header
className="sticky top-6 z-50 md:w-auto mx-auto w-full px-6 transition-opacity duration-300"
className="sticky top-6 z-50 sm:w-auto mx-auto w-full px-6 transition-opacity duration-300"
style={{ opacity }}
>
<div className="container flex h-14 max-w-screen-xl items-center md:border-2 rounded-full border-border/40 sm:bg-none sm:bg-background/60 ">
<div className="container flex h-14 max-w-screen-xl items-center md:border-2 bg-background/60 rounded-full border border-border/40 sm:bg-none sm:bg-background/60 ">
<Link href="/" className="p-2.5 mr-4">
<CompanyLogo />
</Link>
Expand Down

0 comments on commit d4791b4

Please sign in to comment.