Skip to content

Commit

Permalink
Merge pull request #213 from SWE574-Fall2023-Group1/feature/143-navba…
Browse files Browse the repository at this point in the history
…r-improvements

Improve navbar #143
  • Loading branch information
aykutkantas authored Dec 5, 2023
2 parents 0680c5a + ecf1d57 commit 17de448
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions backend/frontend/src/components/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

.App-logo {
height: 40vmin;
height: 50vmin;
pointer-events: none;
}

Expand Down Expand Up @@ -33,7 +33,7 @@
display: flex;
justify-content: space-between;
align-items: center;
background-color: #3b3d42;
background-color: #8E8A8A;;
padding: 1rem;
width: 100%;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
Expand All @@ -51,12 +51,18 @@
margin-right: 1rem;
text-decoration: none;
font-size: 1.1rem;
color: #ffffff;
padding: 0.25rem 0.5rem;
color: #FFFFFF;
padding: 0.25rem 1rem;
border-radius: 3px;
transition: all 0.3s ease;
display: flex;
align-items: center;
/* Text Button / Semibold Large */
font-family: Inter;
font-size: 17px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 146.667% */
}

.nav-link::before {
Expand Down

0 comments on commit 17de448

Please sign in to comment.