KamandPrompt/Gymkhana-IITMandi

Make the photos circle instead of oval on home page

Closed this issue · 4 comments

image

As can be seen in the image, the photos are oval in shape. They should be a perfect circle. For that, in the CSS, height should also need to be mentioned and with the same value as width.

Hint: Inspect the element and try playing with CSS adding height: 150px and then find where to add this in the code.

@Signior-X , to add to that , he/she can add ( height: 150px and width: 150px ) ;

yes, you can try this. Would love to have a PR from you side.
btw are you working on this issue?

If you are working, I would suggest first complete the other issue. Then do this one.

@Signior-X , right, when I am done fixing other issues, then I am coming to this...

Would be working on this issue now