Skip to content

Commit

Permalink
Merge pull request #771 from hackclub/sign-in-margin-fix
Browse files Browse the repository at this point in the history
margin
  • Loading branch information
polytroper authored Nov 15, 2024
2 parents bc75d18 + 258e723 commit 48a96e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default async function Nav() {
const session = await getSession()

return (
<div className="absolute flex items-center justify-between top-0 left-0 right-0 h-14 px-2 m-2 bg-transparent z-30 text-white">
<div className="absolute flex items-center justify-between top-0 left-0 right-0 h-14 px-2 m-0 sm:m-2 bg-transparent z-30 text-white">
<div
style={{
position: 'fixed',
Expand Down

0 comments on commit 48a96e3

Please sign in to comment.