EthicalSource / hippocratic-license

An ethical license for open source.
https://firstdonoharm.dev
Other
294 stars 37 forks source link

New website UI layout width #41

Closed rafaelcastrocouto closed 4 years ago

rafaelcastrocouto commented 4 years ago

After the last update (https://github.com/ContributorCovenant/hippocratic-license/pull/39) the website content is being squished to a very small column if the window width is between 640px and 800px.

Screenshot: Untitled

Since there are multiple solutions I'm just leaving the issue here and propose one solution, so we can discuss the best way to fix it.

I would change the line 344 of main.css border-left: 30rem solid var(--color-primary-lighter); to a percentage instead of a fixed rem.

CoralineAda commented 4 years ago

Fixed, thanks so much for pointing this out!

rafaelcastrocouto commented 4 years ago

Looking great now, cheers! I miss the colorful background though ❤