Skip to content

Commit

Permalink
fixed padding in Header (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikestarrdev committed Oct 10, 2023
1 parent 25df512 commit 41050af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/structure/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { StakingButton } from "../staking/StakingButton";
export const Header = ({}: {}) => {
const { isConnected } = useAccount();
return (
<div className="flex h-24 flex-row items-center justify-between px-8 w-full">
<div className="flex flex-row items-center justify-between px-8 w-full p-3">
<div>
<div className="h-10 w-10 md:hidden -mr-5">
<img
Expand Down

0 comments on commit 41050af

Please sign in to comment.