KamandPrompt / Gymkhana-IITMandi

Website for Gymkhana - IIT Mandi
https://gymkhana.iitmandi.co.in/
6 stars 37 forks source link

Make the photos circle instead of oval on home page #55

Closed Signior-X closed 3 years ago

Signior-X commented 3 years ago

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.

godwin-olele commented 3 years ago

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

Signior-X commented 3 years ago

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.

godwin-olele commented 3 years ago

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

Ritam727 commented 3 years ago

Would be working on this issue now