complete share section and content of podcast
This commit is contained in:
parent
5d603dce90
commit
8eeb6d73d8
12 changed files with 253 additions and 14 deletions
|
@ -6,8 +6,8 @@ import Image from "next/image";
|
|||
|
||||
export default function Header() {
|
||||
return (
|
||||
<div className="mx-auto px-4 md:px-6 lg:px-8 fixed w-full z-10">
|
||||
<header className="container flex h-20 w-full shrink-0 items-center justify-between">
|
||||
<div className="container mx-auto left-1/2 -translate-x-1/2 fixed w-full z-10">
|
||||
<header className="px-4 md:px-6 flex h-20 w-full shrink-0 items-center justify-between">
|
||||
<div className="flex gap-2">
|
||||
<Button variant="ghost" className="px-2 py-1">
|
||||
<Menu />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue