diff --git a/CHANGELOG.md b/CHANGELOG.md index c908a78..8df70a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - Use hashtag for more link +- Log block align to left ## [0.2.0] - 2022-01-23 diff --git a/src/main.rs b/src/main.rs index c1ed214..8fbec7a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -16,9 +16,6 @@ code { font-size: 12px; line-height: 20px; white-space: pre-wrap; - margin: 0 auto; - width: 80%; - display: block; } "#;