Skip to content

Commit

Permalink
fixed navbar responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
QuarterColon committed Mar 8, 2024
1 parent 4f0587b commit 71e5b4c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/Navbar/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ nav {

/* overflow: hidden; */
overflow: visible;
justify-content: center;
justify-content: space-evenly;
align-items: center;
}

Expand All @@ -29,23 +29,24 @@ nav a {
}

.logo-img {
width: 40%;
aspect-ratio: 3/2;
object-fit: contain;
/* width: 35%; */
width: 45%;
object-fit:cover;
mix-blend-mode: color-burn;
}

nav > ul {
padding-top: 20px;
/* color: #231f20; */

font-size: 18px;
font-size: 1.1vw;
font-style: normal;
font-weight: 700;
line-height: normal;
list-style: none;
display: flex;
gap: 40px;
flex-direction: row;
gap: 2vw;
}

nav > ul a {
Expand Down

0 comments on commit 71e5b4c

Please sign in to comment.