Enhance Services page by implementing detailed service descriptions and benefits. Update routing for service links to include specific service IDs for improved navigation. Add scroll margin for header offset to ensure proper visibility when navigating to sections.
This commit is contained in:
@@ -49,6 +49,11 @@
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
/* Add scroll margin for header offset */
|
||||
[id] {
|
||||
scroll-margin-top: 6rem;
|
||||
}
|
||||
|
||||
/* Custom scrollbar */
|
||||
::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
|
Reference in New Issue
Block a user