File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 353
353
padding : 8px 15px ;
354
354
width : 100% ;
355
355
max-width : 320px ;
356
- margin-left : auto ;
356
+ margin-left : 20 px ;
357
357
margin-right : 20px ;
358
358
box-shadow : 0 4px 15px rgba (56 , 142 , 60 , 0.1 );
359
359
transition : all 0.3s ease;
422
422
transform : scale (1.1 );
423
423
box-shadow : 0 4px 15px rgba (56 , 142 , 60 , 0.4 );
424
424
}
425
+ /* Spacing between toggle and search - match navbar gap */
426
+ .navbar-toggler {
427
+ margin-right : 2rem ;
428
+ }
425
429
430
+ @media screen and (min-width : 992px ) {
431
+ .search-container {
432
+ margin-left : auto;
433
+ margin-right : 20px ;
434
+ }
435
+ }
426
436
/* Mobile responsive improvements */
427
437
@media screen and (max-width : 991.98px ) {
428
438
.navbar {
450
460
margin : 1rem 0 0 0 ;
451
461
order : 3 ;
452
462
}
463
+ .navbar-toggler {
464
+ margin-right : 2rem ;
465
+ }
453
466
}
454
467
455
468
@media screen and (max-width : 600px ) {
1475
1488
< li class ="nav-item ">
1476
1489
< a class ="nav-link active " aria-current ="page " href ="src/contact.html "> Contact Us</ a >
1477
1490
</ li >
1491
+ < li class ="nav-item ">
1492
+ < a class ="nav-link active " aria-current ="page " href ="faq.html "> FAQ</ a >
1493
+ </ li >
1478
1494
</ ul >
1479
1495
</ div >
1480
1496
<!-- Responsive Search Bar -->
You can’t perform that action at this time.
0 commit comments