google / gsocguides

Google Summer of Code Mentor and Student Guides
https://google.github.io/gsocguides/
Other
399 stars 154 forks source link

Logo in header not large enough #56

Closed himanshu007-creator closed 3 years ago

himanshu007-creator commented 3 years ago

The logo is quite small and it doesn't come to notice. I feel , there is a need of increasing size of this logo 2021-02-17 (2)

24shreya commented 3 years ago

I completely agree. Try changing dimensions of image by simply using height and width attribute in img src tag

<img src ="/gsocguides/images/sun-small.png" style="width:30px;height:30px;">

Or using another image of higher resolution so that the dimensions can be flexible.

rspier commented 3 years ago

Closing as WillNotFix.

I don't disagree that the logo is subtle in the current design, but it's not a priority to fix just the logo size right now. Improvements to the overall look and feel might be interesting, but not going to hold the bug open for it.