Skip to content

Commit

Permalink
changes made in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
VivekShahare04 committed Oct 8, 2024
1 parent ef4fe22 commit d7a60fe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ nav {
display: flex;
width: 90%;
margin: auto;
padding: 2rem;
padding: 0.5rem;
min-height: 10vh;
align-items: center;
flex-wrap: wrap;
Expand All @@ -105,9 +105,9 @@ nav ul {
}

#logo {
flex: 2 1 40rem;
flex: 1 0 20rem;
font-family: "Pattaya", sans-serif;
font-weight: 400;
font-weight: 50;
}

.hero {
Expand Down Expand Up @@ -151,13 +151,13 @@ nav ul {
}

.main-head ul li {
display: inline;
display:inline-block;
}

.main-head ul li a {
color: white;
text-decoration: none;
font-weight: bold;
font-weight:lighter;
}

.mode-toggle {
Expand Down

0 comments on commit d7a60fe

Please sign in to comment.