From 72ee1d388054d52d8f3f2b41bd0afa6ea2302d23 Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Sat, 23 Jan 2021 19:56:27 +1100 Subject: [PATCH 1/2] fix typo in filepath --- contributing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributing.md b/contributing.md index 2ec3d08..c3bf2d8 100644 --- a/contributing.md +++ b/contributing.md @@ -19,7 +19,7 @@ To update information about library *locations* (e.g. street address, phone numb * `website/data/nsla_library_locations.csv` * `website/data/public_library_locations.csv` -Do not directly edit JSON files - these are [updated programatically](about#important-files-that-are-not-in-this-repository). +Do not directly edit JSON files - these are [updated programatically](about.md#important-files-that-are-not-in-this-repository). ### Citing and crediting data sources @@ -55,4 +55,4 @@ By contributing to this project you agree to license your work under the followi **/website/data/\***: [CC-BY-SA](https://creativecommons.org/licenses/by-sa/4.0/) -**everything else**: [GPL-3.0-or-later](https://www.gnu.org/licenses/gpl-3.0.txt) \ No newline at end of file +**everything else**: [GPL-3.0-or-later](https://www.gnu.org/licenses/gpl-3.0.txt) -- 2.39.5 From dd645ceac91c0628ad8f565bedecf0049758d620 Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Sun, 24 Jan 2021 13:06:51 +1100 Subject: [PATCH 2/2] fix text wrap for code --- website/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/website/style.css b/website/style.css index a358e0f..5128faf 100644 --- a/website/style.css +++ b/website/style.css @@ -20,6 +20,7 @@ pre { font-family: "Jetbrains Mono", "Consolas", "Courier New", monospace; background-color: #eee; padding: 0 0.5em; + word-wrap: break-word; } a, -- 2.39.5