Skip to content

Commit

Permalink
fix(styling):text
Browse files Browse the repository at this point in the history
  • Loading branch information
faithyeenxin committed Sep 5, 2023
1 parent dd6f1c8 commit 899ab94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/src/components/layout/LoggedInNavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const LoggedInNavBar = () => {

return (
// <nav className="bg-bgColor py-2.5 pr-5 md:pr-10 sticky w-full z-20 top-0 left-0 p-7">
<nav className='bg-bgColor py-2.5 md:py-4 sticky w-full z-20 top-0 left-0 p-7'>
<nav className='bg-bgColor py-2.5 md:py-4 sticky w-full z-10 top-0 left-0 p-7'>
{/*Flex container */}
<div className='flex items-center justify-between sm:mx-5 md:mx-0'>
{/* Logo*/}
Expand Down

0 comments on commit 899ab94

Please sign in to comment.