Skip to content

Commit

Permalink
Adjusted css for header bar
Browse files Browse the repository at this point in the history
  • Loading branch information
aaaa760 committed Apr 4, 2024
1 parent f6d9507 commit fc0d316
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/components/Login/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,19 @@ function HeaderBar({ isSearchVisible }) {
<Menu />
</div>

<div className="flex basis-1/3 justify-between items-center pl-20">
<div className="flex basis-1/3 justify-between items-center md:hidden">
<Memestr />
</div>

<div className="hidden md:flex md:flex-1 md:justify-center md:items-center">
<Memestr />
</div>

<div className="flex basis-1/3 justify-start items-center">
<button className="hidden md:block pr-1">
<DropdownComponent />
</button>
</div>

<div className="flex basis-1/3 justify-end items-center"></div>
</header>
</div>
);
Expand Down

0 comments on commit fc0d316

Please sign in to comment.