amfoss / website

Website of FOSS@Amrita, Powered by JAMStack
https://amfoss.in
MIT License
493 stars 20 forks source link

Amrita logo in footer is distorted #29

Closed aswinshenoy closed 4 years ago

aswinshenoy commented 4 years ago

image

Amrita logo in the footer section is distorted, and should be replaced back to the original dimensions & sizing as its branding guidelines suggest to avoid any issues. The merging of pull #26 like in the case of issue #28, has also caused this due to gatsby's bundling of the following part of the styles in events pages -

#footer-logos
  img
    width: 3.5vw

Since, the project anyway uses sass for styling, I suggest for sub-templates, one have a (super)parent level id like #hacktoberfest and put all styling of the sub site under it, while puttting the content inside this new wrapper.