RelativelyFine / COMPSA-Frontend

Official Queen's Computing Student's Association Website!
MIT License
3 stars 0 forks source link

About Porfolios height. #28

Open RelativelyFine opened 1 year ago

RelativelyFine commented 1 year ago

The current portfolio section's heights are independent of the contents, rather dependant on image This means it could break under some views.

The line where these elements are defined can be seen here. https://github.com/RelativelyFine/COMPSA-Frontend/blob/a7794affd8c7a3220119759b11527ef3a4e84d02/components/Compsa/About/About.jsx#L35

Change the element so that it will fit tightly to the text inside while maintaining suitable padding around it, thereby scaling with the contents inside.