Skip to content

Commit

Permalink
adjust padding. #1
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner committed Nov 23, 2021
1 parent ba399ae commit 363dc21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default function Navbar({ tags, tag }) {
</a>
</Link>
</nav>
<div className="relative z-10 lg:hidden">
<div className="relative z-10 flex pt-3 lg:hidden">
{/* Mobile menu button */}
<Disclosure.Button className="rounded-md p-2 inline-flex text-gray-400 hover:bg-gray-100 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-force-blue">
<span className="sr-only">Open menu</span>
Expand Down
2 changes: 1 addition & 1 deletion components/Tag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function Tag({ posts, tag, pagination }) {
alt=""
/>
</div>
<div className="flex-1 bg-white p-2 flex flex-col justify-between">
<div className="flex-1 bg-white p-6 flex flex-col justify-between">
<div className="flex-1 ">
<a
href={"/posts/" + post.slug}
Expand Down

1 comment on commit 363dc21

@vercel
Copy link

@vercel vercel bot commented on 363dc21 Nov 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.