Skip to content

Commit

Permalink
update UI
Browse files Browse the repository at this point in the history
  • Loading branch information
kurianbenoy committed Mar 26, 2024
1 parent 170ec4f commit 1210af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function Header() {
<header
className={`
${isHome ? "top-0" : ""}
flex flex-col md:flex-row space-y-4 md:space-y-0 flex-wrap justify-between
flex flex-col md:flex-row space-y-4 md:space-y-0 flex-wrap justify-between
pt-5 md:items-center sticky py-5 z-20 bg-white px-2 lg:px-20 md:gap-2
`}
>
Expand Down

0 comments on commit 1210af8

Please sign in to comment.