fixed service book buttons, rearranged nav links

This commit is contained in:
2025-12-03 17:30:39 -05:00
parent 34ccb22c59
commit 7344a94aeb
6 changed files with 31 additions and 30 deletions
+4 -1
View File
@@ -25,7 +25,10 @@
align-items: center;
justify-content: space-between;
gap: 2rem;
max-width: 80%;
margin-top: 2.5rem;
}
.info-box {
@@ -129,8 +132,8 @@
</button>
<nav>
<a class="navLink" role="navigation" href="services.html">Services</a>
<a class="navLink" role="navigation" href="ceramic-coating.html">Ceramic Coating</a>
<a class="navLink" role="navigation" href="services.html">Services</a>
<a class="navLink" role="navigation" href="reviews.html">Reviews</a>
<a class="navLink" role="navigation" href="contact.html">About</a>
</nav>