Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
swaraj-das committed Oct 21, 2024
1 parent 20ead67 commit 91aa38a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Policies/returnPolicy.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@
<!-- Navbar with Home, About, and Theme Switcher -->
<nav class="navbar">
<div class="nav-links">
<a href="./index.html" class="nav-home">Home</a>
<a href="./aboutus.html" class="nav-about">About Us</a>
<a href="../index.html" class="nav-home">Home</a>
<a href="../aboutus.html" class="nav-about">About Us</a>
<button id="theme-switcher" class="theme-btn">Switch Theme</button>
</div>
</nav>
Expand Down Expand Up @@ -199,7 +199,7 @@ <h2>Exchanges</h2>

<!-- Back to Home Button -->
<div class="back-home">
<a href="/index.html" class="back-home-btn">Back to Home</a>
<a href="../index.html" class="back-home-btn">Back to Home</a>
</div>
</div>

Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1732,12 +1732,12 @@ button {
.site {
font-family: "Poppins", sans-serif;
font-weight: 200;
height: 100vh;
height: 70vh;
display: flex;
align-items: center;
justify-content: center;
background-color: white;
color: #000;
color: #e7e7e7;
}
.container-swipe {
max-width: 1200px;
Expand Down

0 comments on commit 91aa38a

Please sign in to comment.