Skip to content

Commit

Permalink
Merge pull request #202 from agiledev-students-fall2023/update_ui
Browse files Browse the repository at this point in the history
update nav bar
  • Loading branch information
Nina1o1 authored Dec 12, 2023
2 parents 1f12f87 + 9498c44 commit 44f6ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front-end/src/components/common/navBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const NavBar = ({children, relative}) => {
}
return (
<>
<div className="h-[calc(3vh+2rem)]">
<nav className={`${relative?"relative":"fixed"} my-2 flex pt-[2vh] pb-[1vh] px-[10%] h-[calc(3vh+2rem)] w-full
<div className="h-[calc(2vh+2rem)]">
<nav className={`${relative?"relative":"fixed"} flex p-[1vh] px-[10%] h-[calc(2vh+2rem)] w-full
bg-beige1 duration-700 ${navHidden} z-20`}>
<div className="flex flex-row justify-between w-full max-w-[30rem] mx-auto">
{children}
Expand Down

0 comments on commit 44f6ffd

Please sign in to comment.