You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the image height is set to a fixed 180px. This fixed height restricts the responsiveness of the images, leading to inconsistent display in the scholarship section.
Steps to Reproduce
Remove the fixed height: 180px setting.
Optionally, apply a max-height if needed for specific screens, along with object-fit: cover to maintain aspect ratio without distortion.
Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.
Description
Currently, the image height is set to a fixed
180px
. This fixed height restricts the responsiveness of the images, leading to inconsistent display in the scholarship section.Steps to Reproduce
height: 180px
setting.object-fit: cover
to maintain aspect ratio without distortion.Expected Behavior
No response
Actual Behavior
No response
Screenshots
No response
Additional Information
No response
What browser are you seeing the problem on?
Checklist
The text was updated successfully, but these errors were encountered: