fix(log): align to left

This commit is contained in:
imlonghao 2022-01-23 16:32:15 +08:00
parent 82b7dd274a
commit 0fe1b5e9c7
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -16,9 +16,6 @@ code {
font-size: 12px;
line-height: 20px;
white-space: pre-wrap;
margin: 0 auto;
width: 80%;
display: block;
}
</style>"#;