roc/www
Elijah Schow 39e03ee612
Improve website typography
This commit adds minimal styles to improve the reading experience on the placeholder website.

 - Set a max width
 - Increase leading (line height)
 - Center the content
 - Add space after list items to let them breath
 - Change the font to sans-serif*

___
*This change isn't strictly necessary, but sans-serif fonts are arguably more legible on digital displays than their serif counterparts. Your mileage may vary.
2022-02-18 21:08:13 -06:00
..
public Improve website typography 2022-02-18 21:08:13 -06:00
.gitignore Add .gitignore 2021-06-05 19:37:50 -04:00
build.sh Comment out a bunch of stuff in build.sh to fix it for now. 2022-02-10 16:35:11 -05:00
netlify.toml Add www.roc-lang.org assets 2021-06-05 19:06:40 -04:00
README.md Add code blocks to README 2021-08-04 09:01:49 -04:00

How to update www.roc-lang.org :

  • create a new branch, for example update-www based on www
  • pull trunk into update-www
  • update for example the file www/public/index.html
  • do a PR against www
  • check deploy preview
  • review and merge