-
Notifications
You must be signed in to change notification settings - Fork 98
Description
Describe the bug
In the footer section, there are two design problems:
- Green background on Services & Quick Links items
The service and quick link items have a solid green background which does not match the overall footer design.
This makes the UI inconsistent and affects readability.
- Misaligned underline below footer titles
The underline below "Services" and "Quick Links" is not straight and looks tilted/misaligned.
This affects design alignment and consistency.
To Reproduce
-
Open the website.
-
Scroll down to the footer section.
-
Observe the background on services/quick links and the underline under the titles.
Expected behavior
Services and Quick Links should have clean text without heavy background (or only subtle hover effects).
The underline under "Services" and "Quick Links" should be properly aligned and straight.
Additional context
Suggested Fix:
Remove/replace the solid green background with a simple text or hover effect.
Fix underline alignment by using consistent CSS (::after or border-bottom).
