Skip to content

Commit

Permalink
Merge pull request anuragverma108#1513 from kosuri-indu/fix/navbar-al…
Browse files Browse the repository at this point in the history
…ignment

[BUG]: Adjusted Placement of Theme Change Button
  • Loading branch information
huamanraj authored Jun 8, 2024
2 parents fe51e3d + 44b6173 commit ac6b1c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ body {
}

.navbar-item {
margin: 0 10px;
margin: 0 5px;
/* Adjust the horizontal margin to increase spacing */
padding: 0;
/* Remove default padding */
Expand Down Expand Up @@ -760,7 +760,7 @@ body {
}

.navbar-item {
margin: 0 10px;
margin: 0 5px;
padding: 0;
}

Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,16 @@
margin-right: 2rem;
margin-top: 3.5rem;
}
@media (max-width: 989px) {
@media (max-width: 990px) {
.switch-container {
margin-top: 3.2rem;
margin-right: -0.5rem;
}
}
@media (max-width: 575px) {
.switch-container {
margin-top: 4.2rem;
margin-right: 1rem;
margin-top: 2.4rem;
margin-right: -0.5rem;
}
/* Navbar Toggle Button placed in center */
.nav-toggle-btn{
Expand Down

0 comments on commit ac6b1c8

Please sign in to comment.