Browse Source

Feature/simplify feature page (#978)

* Simplify page

* Update changelog
pull/980/head
Thomas Kaul 2 years ago
committed by GitHub
parent
commit
023a7147e2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      CHANGELOG.md
  2. 14
      apps/client/src/app/pages/features/features-page.html
  3. 4
      apps/client/src/app/pages/pricing/pricing-page.scss

6
CHANGELOG.md

@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Changed
- Simplified the features page
## 1.155.0 - 29.05.2022
### Added

14
apps/client/src/app/pages/features/features-page.html

@ -4,14 +4,12 @@
<h3 class="d-flex justify-content-center mb-3 text-center" i18n>
Features
</h3>
<mat-card class="mb-4">
<mat-card-content>
<p>
Check out the numerous features of <strong>Ghostfolio</strong> to
manage your wealth.
</p>
</mat-card-content>
</mat-card>
<div class="mb-4">
<p>
Check out the numerous features of <strong>Ghostfolio</strong> to
manage your wealth.
</p>
</div>
<div class="row">
<div class="col-xs-12 col-md-4 mb-3">
<mat-card class="d-flex flex-column h-100">

4
apps/client/src/app/pages/pricing/pricing-page.scss

@ -21,8 +21,4 @@
:host-context(.is-dark-theme) {
color: rgb(var(--light-primary-text));
a {
color: rgb(var(--light-primary-text));
}
}

Loading…
Cancel
Save