aletheia-foundation / aletheia-foundation.github.io

Website for the aletheia foundation
http://aletheia-foundation.io/
Creative Commons Attribution Share Alike 4.0 International
4 stars 5 forks source link

Fix background image stretch #28

Open mannski opened 5 years ago

mannski commented 5 years ago

The background image is stretching (distoring) on wide screens. I've made 2 changes to common.sass to fix this:

  1. changing the body background-size to "cover"
  2. removing the background-size rule in the media query for small screens, since it is no longer necessary

Related to issue #12

I confirm:


Making an enhancement - ignore this if not making an enhancement