diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d26533..4dda522 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog ## Unreleased +- Remove CFTR reference from TRC document ([#115](https://github.com/opendevstack/ods-document-generation-templates/pull/115)) + +## 1.2.5 - 2023-10-02 +- Add global font-size config in CSS ([#114](https://github.com/opendevstack/ods-document-generation-templates/pull/114)) ## 1.2.4 - 2023-07-03 - Use a consistent notion of document version ([#95](https://github.com/opendevstack/ods-document-generation-templates/issues/95)) diff --git a/css/styles.css b/css/styles.css index 0624f0a..ed05ccf 100644 --- a/css/styles.css +++ b/css/styles.css @@ -5,6 +5,7 @@ body { margin: 0; + font-size: 100%; } h1 { @@ -289,4 +290,4 @@ table td.hyphenate { .break-all{ word-break: break-all; -} \ No newline at end of file +}