Skip to content

Commit

Permalink
navbar responsive design
Browse files Browse the repository at this point in the history
  • Loading branch information
iskysun96 committed May 25, 2024
1 parent af121b0 commit 995304c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ export function Header() {
// }

return (
<div className="w-full px-8 py-4 top-0 flex flex-row justify-between items-center shadow-md">
<div className="w-full px-4 sm:px-8 py-4 flex flex-col sm:flex-row justify-between items-center shadow-md">
<div className="flex flex-row items-center gap-8 text-white">
<h1 className="font-bold text-xl">Algorand X Orakle NFT Marketplace</h1>
<h1 className="font-bold text-xl py-2">Algorand X Orakle NFT Marketplace</h1>

{/* <button className="font-bold disabled:text-gray-200" onClick={toggleMintModal} disabled={!activeAddress}>
Mint NFT
Expand Down

0 comments on commit 995304c

Please sign in to comment.