Skip to content

Commit

Permalink
responsive header touch
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoEscaleira committed Aug 19, 2023
1 parent b8baca1 commit 9743385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export const Header: FC<IHeaderProps> = ({ font }) => {
const router = useRouter();

return (
<header className={font.className}>
<div className="w-full h-16 flex items-center justify-between px-4">
<header className={`${font.className} w-full h-16`}>
<div className="container flex flex-col items-center justify-between p-6 mx-auto space-y-4 sm:space-y-0 sm:flex-row">
<section className="flex items-center">
<Image src="/logo-white.svg" alt="logo-marco" height={60} width={60} />
<nav className="flex gap-4 ml-8">
Expand Down

0 comments on commit 9743385

Please sign in to comment.