Skip to content

Commit

Permalink
fixed some spacings
Browse files Browse the repository at this point in the history
  • Loading branch information
NancyAanchal committed Jul 18, 2024
1 parent 589dad6 commit 26d2246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nepalingo-web/src/components/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Header: React.FC = () => {
<img src={logo} alt="Nepalingo Logo" className="h-12" />
</a>
</div>
<div className="absolute left-1/2 transform -translate-x-1/2 translate-x-40">
<div className="absolute left-1/2 transform -translate-x-1/2 translate-x-60">
<ChangeLanguage />
</div>
<div className="absolute right-4">
Expand Down

0 comments on commit 26d2246

Please sign in to comment.