Skip to content

Commit

Permalink
fix: right margin between logo and search bar
Browse files Browse the repository at this point in the history
  • Loading branch information
ajyey committed Jul 1, 2023
1 parent 0da8021 commit 7604068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/popup/components/home/top/Top.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function TopComponent({

return (
<section className="flex h-[55px] items-center border-b border-b-big-stone w-full">
<div className="flex items-center mr-2">
<div className="flex items-center mr-1">
<a
href="https://github.com/ajyey/masked-email-manager"
target="_blank"
Expand Down

0 comments on commit 7604068

Please sign in to comment.