Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolved the Bug And fixed the Navbar of the all the Pages #104

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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