Skip to content

Commit

Permalink
change navbar display
Browse files Browse the repository at this point in the history
  • Loading branch information
SumaLatha2023 committed Oct 17, 2024
1 parent 88abbb9 commit 37e9d6c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 4 additions & 2 deletions devotional-resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@

.navigation .navbar {
display: flex;
margin-right: 350px !important;
margin-right: 0 !important;
justify-content: center;
}
.navigation .navbar a {
color: #fff;
Expand Down Expand Up @@ -439,8 +440,9 @@
<div class="navbar-up">
<a href="scriptures.html">Scriptures</a>
<a href="gallery.html">Gallery</a>
<a href="#" onclick="showLoginForm()">Discussion Forum</a>
<a href="discussion-forum.html" onclick="showLoginForm()">Discussion Forum</a>
<a href="devotional-resources.html" id="active">Devotional Resources</a>
<a href="avatars.html">Avatars</a>
</div>
</div>
<form class="searchForm" onsubmit="return false;">
Expand Down
4 changes: 3 additions & 1 deletion discussion-forum.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
}
.navigation .navbar {
display: flex;
margin-right: 350px !important;
margin-right: 0 !important;
justify-content: center;
}
.navbar .navbar-up {
display: flex;
Expand Down Expand Up @@ -561,6 +562,7 @@
>Discussion Forum</a
>
<a href="devotional-resources.html">Devotional Resources</a>
<a href="avatars.html">Avatars</a>
</div>
</div>
<form class="searchForm">
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,8 @@
<a href="gallery.html">Gallery</a>
<a href="#" onclick="showLoginForm()">Discussion Forum</a>
<a href="devotional-resources.html">Devotional Resources</a>
<a href="avatars.html">Avatars</a>
<!-- <a href="avatars.html">Avatars</a> -->

</div>
</div>
<form class="searchForm">
Expand Down

0 comments on commit 37e9d6c

Please sign in to comment.