KamandPrompt / sntc

Website for SNTC, IIT Mandi
http://iitmandi.co.in/
4 stars 25 forks source link

Fixed responsiveness and updated Tech Secy info #27

Closed divyashk closed 3 years ago

divyashk commented 4 years ago

1.Updated Tech Secy info

2.The "flex-wrap" for "services available" on the services page was not set to "wrap". The css was using media query to convert it into a single column which wasted a lot of space on the page.

3.The tech secy photo was of a constant width which broke the layout below 600 px. Also the email was too long, so it broke out of the div on smaller screens.

Before

Screenshot from 2020-10-03 07-08-39

After

Screenshot from 2020-10-03 07-08-57

Before

Screenshot from 2020-10-03 07-09-32

After

Screenshot from 2020-10-03 07-09-56

vsvipul commented 3 years ago

@kartik1000 please test and merge asap.

divyashk commented 3 years ago

@LalitNM The font size was causing the problem. It is fixed now. Screenshot from 2020-10-13 12-35-20 Screenshot from 2020-10-13 12-36-47 Screenshot from 2020-10-13 12-37-02

vsvipul commented 3 years ago

@LalitNM can you review again ? also @kartik1000 @Ruchika06 have a look.

divyashk commented 3 years ago

The vertical width aligns correctly Create a pr by creating a new local checkout branch other than master next time:)

Yeah sure, will do from now on, didn't know that before.

LalitNM commented 3 years ago

Yeah, looks good.