Fix spacing between heading and description with badge present

This commit is contained in:
daudix
2024-09-25 06:32:22 +03:00
parent 3f6c6486f3
commit 1c1ffafe1e
3 changed files with 36 additions and 39 deletions

View File

@ -24,6 +24,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Move paginator from `articles.html` to `article-list.html`.
- Tweak styling of `details`.
## Fixed
- Fix spacing between article heading and description in article list if badge is present.
## [5.1.0](https://codeberg.org/daudix/duckquill/compare/v5.0.0...v5.1.0)
### Added