-
Notifications
You must be signed in to change notification settings - Fork 101
Closed
Labels
Description
Describe the bug
On the Services page, the "Read More" buttons currently have sharp rectangular edges.
For design consistency with the overall rounded theme of the site, these buttons should have curved/rounded corners.
To Reproduce
- Go to the Services section (
/services
page). - Observe the "Read More" buttons under each service card.
Expected behavior
- The "Read More" buttons should have rounded corners (consistent with other UI elements).
Actual Behavior
- The "Read More" buttons display with sharp edges.
Additional context
Suggested Fix
Apply CSS styles (e.g., border-radius: 6px;
or as per design guidelines) to "Read More" buttons.
I am a Contributor from GSsoC'25 ...Please assign me this issue