Skip to content

Commit 01c366b

Browse files
authored
Update index.html
1 parent d51c246 commit 01c366b

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

index.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@
353353
padding: 8px 15px;
354354
width: 100%;
355355
max-width: 320px;
356-
margin-left: auto;
356+
margin-left: 20px;
357357
margin-right: 20px;
358358
box-shadow: 0 4px 15px rgba(56, 142, 60, 0.1);
359359
transition: all 0.3s ease;
@@ -422,7 +422,17 @@
422422
transform: scale(1.1);
423423
box-shadow: 0 4px 15px rgba(56, 142, 60, 0.4);
424424
}
425+
/* Spacing between toggle and search - match navbar gap */
426+
.navbar-toggler {
427+
margin-right: 2rem;
428+
}
425429

430+
@media screen and (min-width: 992px) {
431+
.search-container {
432+
margin-left: auto;
433+
margin-right: 20px;
434+
}
435+
}
426436
/* Mobile responsive improvements */
427437
@media screen and (max-width: 991.98px) {
428438
.navbar {
@@ -450,6 +460,9 @@
450460
margin: 1rem 0 0 0;
451461
order: 3;
452462
}
463+
.navbar-toggler {
464+
margin-right: 2rem;
465+
}
453466
}
454467

455468
@media screen and (max-width: 600px) {
@@ -1475,6 +1488,9 @@
14751488
<li class="nav-item">
14761489
<a class="nav-link active" aria-current="page" href="src/contact.html">Contact Us</a>
14771490
</li>
1491+
<li class="nav-item">
1492+
<a class="nav-link active" aria-current="page" href="faq.html">FAQ</a>
1493+
</li>
14781494
</ul>
14791495
</div>
14801496
<!-- Responsive Search Bar -->

0 commit comments

Comments
 (0)