Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure Consistent Card Height for Better Presentation. (#105)
<!-- ISSUE & PR TITLE SHOULD BE SAME--> ## Description This pull request addresses the issue of inconsistent card heights in the home page section of the website. The changes ensure that all cards are of the same height and maintain a responsive design for better presentation. <!--Please include a brief description of the changes--> ## Related Issues <!--Cite any related issue(s) this pull request addresses. If none, simply state “None”--> - Closes #103 ## Type of PR <!-- Mention PR Type according to the issue in brackets below and check the below box --> - [ X] (Bug) - [ X] (Enhancement) ## Screenshots / videos (if applicable) <!--Attach any relevant screenshots or videos demonstrating the changes--> <img width="1406" alt="Screenshot 2024-10-02 at 11 51 36 PM" src="https://github.com/user-attachments/assets/92565512-152c-4da4-bc5b-2d332e9a2805"> ## Checklist <!-- [X] - put a cross/X inside [] to check the box --> - [ X] I have gone through the [contributing guide](https://github.com/Anjaliavv51/Retro) - [X ] I have updated my branch and synced it with project `main` branch before making this PR - [X ] I have performed a self-review of my code - [ X] I have tested the changes thoroughly before submitting this pull request. - [X ] I have provided relevant issue numbers, screenshots, and videos after making the changes. - [ X] I have commented my code, particularly in hard-to-understand areas. ## Additional context: The changes leverage flexbox properties to maintain consistent heights across all cards, allowing for a clean layout on both desktop and mobile screens. This will improve the user experience and presentation of the content. <!--Include any additional information or context that might be helpful for reviewers.-->
- Loading branch information