Browse Source

Improve style on about page (#1998)

* Center changelog button

* Update changelog
pull/1997/head^2
secondl1ght 2 years ago
committed by GitHub
parent
commit
7bf48ef351
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CHANGELOG.md
  2. 2
      apps/client/src/app/pages/about/about-page.html

1
CHANGELOG.md

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Improved the breadcrumb navigation style in the blog post pages for mobile - 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 ## 1.271.0 - 2023-05-20

2
apps/client/src/app/pages/about/about-page.html

@ -221,7 +221,7 @@
</div> </div>
<div <div
class="col-md-3 col-xs-12 my-2" class="col-md-3 col-xs-12 my-2"
[ngClass]="{ 'offset-md-4': !hasPermissionForBlog }" [ngClass]="{ 'mx-auto': !hasPermissionForBlog }"
> >
<a <a
class="py-4 w-100" class="py-4 w-100"

Loading…
Cancel
Save