Skip to content

Commit

Permalink
Merge pull request #104 from shakti177/bug/navbar-not-perfect-all-pages
Browse files Browse the repository at this point in the history
Resolved the Bug And fixed the Navbar of the all the Pages
  • Loading branch information
JAYESHBATRA authored Jan 11, 2024
2 parents 0d4f1a7 + 1836e63 commit db9171d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 10 deletions.
3 changes: 1 addition & 2 deletions Pages/3D-Visualizations/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,7 @@ ul {
}

.nav-links ul {
justify-content: end;
gap: 40px;
justify-content: space-between;
}

.nav-toggle {
Expand Down
2 changes: 1 addition & 1 deletion Pages/About-Us/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<img src="./assets/asset 41.png" alt="company logo" class="md:w-[200px] sm:min-w-[200px]">
</a>
<div class="basis-[730px] nav-links" id="nav-links">
<ul class="nav-menu flex items-center list-none gap-10 justify-end">
<ul class="nav-menu flex items-center list-none justify-between">
<li><a href="../../index.html" class="no-underline inline-block text-primary_text_color transition duration-200 ease-out hover:text-accent_color">Home</a></li>
<li><a href="../About-Us/index.html" class="no-underline inline-block text-primary_text_color transition duration-200 ease-out hover:text-accent_color">About Us</a></li>
<li><a href="../Simulation/index.html" class="no-underline inline-block text-primary_text_color transition duration-200 ease-out hover:text-accent_color">Simulations</a></li>
Expand Down
2 changes: 1 addition & 1 deletion Pages/Doubt Engine/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<img src="./assets/asset 41.png" alt="company logo" class="md:w-[200px] sm:min-w-[200px]">
</a>
<div class="basis-[730px] nav-links" id="nav-links">
<ul class="nav-menu flex items-center list-none gap-10 justify-end">
<ul class="nav-menu flex items-center list-none justify-between">
<li><a href="../../index.html" class="no-underline inline-block text-primary_text_color transition duration-200 ease-out hover:text-accent_color">Home</a></li>
<li><a href="../About-Us/index.html" class="no-underline inline-block text-primary_text_color transition duration-200 ease-out hover:text-accent_color">About Us</a></li>
<li><a href="../Simulation/index.html" class="no-underline inline-block text-primary_text_color transition duration-200 ease-out hover:text-accent_color">Simulations</a></li>
Expand Down
3 changes: 1 addition & 2 deletions Pages/Quizes/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@ ul {
}

.nav-links ul {
justify-content: end;
gap: 40px;
justify-content: space-between;
}

.nav-toggle {
Expand Down
3 changes: 1 addition & 2 deletions Pages/Simulation/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,7 @@ ul {
}

.nav-links ul {
justify-content: end;
gap: 40px;
justify-content: space-between;
}

.nav-toggle {
Expand Down
3 changes: 1 addition & 2 deletions Pages/Videos/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,7 @@ ul {
}

.nav-links ul {
justify-content: end;
gap: 40px;
justify-content: space-between;
}

.nav-toggle {
Expand Down

0 comments on commit db9171d

Please sign in to comment.