Fixed header not being aligned
This commit is contained in:
parent
986e67d389
commit
c143ad5124
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ export default function Header(): JSX.Element {
|
|||
|
||||
return (
|
||||
<div className="header-arrangement">
|
||||
<div className="header-start-display lg:w-[30%]">
|
||||
<div className="header-start-display lg:w-[407px]">
|
||||
<Link to="/all" className="cursor-pointer" onClick={checkForChanges}>
|
||||
<span className="ml-4 text-2xl">⛓️</span>
|
||||
</Link>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue