Skip to content

Commit

Permalink
Merge pull request #252 from Ayushmaanagarwal1211/fix/heading-alignme…
Browse files Browse the repository at this point in the history
…nt-in-header-#238

fix: Alignment of Heading in header #238
  • Loading branch information
JAYESHBATRA authored May 16, 2024
2 parents f3138ae + e055697 commit 1a4fd1e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ body {
overflow-x: hidden;
}
#main_navbar {
/* given same padding to top and bottom */
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(237, 225, 225, 0.144); /* Adjust the color and opacity as needed */
backdrop-filter: blur(70px);
-webkit-backdrop-filter: blur(50px);
Expand Down Expand Up @@ -291,7 +294,7 @@ ul {
/* nav bar */

.main-nav {
margin-top: 20px;
/* margin-top: 20px; */
justify-content: space-between;
}

Expand Down

0 comments on commit 1a4fd1e

Please sign in to comment.