Browse Source
Improve style on about page (#1998)
* Center changelog button
* Update changelog
pull/1997/head^2
secondl1ght
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
1 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/about/about-page.html
|
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
### Changed |
|
|
|
|
|
|
|
- Improved the breadcrumb navigation style in the blog post pages for mobile |
|
|
|
- Improved the style of the _Changelog & License_ button on the about page |
|
|
|
|
|
|
|
## 1.271.0 - 2023-05-20 |
|
|
|
|
|
|
|
|
|
@ -221,7 +221,7 @@ |
|
|
|
</div> |
|
|
|
<div |
|
|
|
class="col-md-3 col-xs-12 my-2" |
|
|
|
[ngClass]="{ 'offset-md-4': !hasPermissionForBlog }" |
|
|
|
[ngClass]="{ 'mx-auto': !hasPermissionForBlog }" |
|
|
|
> |
|
|
|
<a |
|
|
|
class="py-4 w-100" |
|
|
|