Browse Source

Simplify page

pull/978/head
Thomas 3 years ago
parent
commit
8c0425367a
  1. 14
      apps/client/src/app/pages/features/features-page.html
  2. 4
      apps/client/src/app/pages/pricing/pricing-page.scss

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> <h3 class="d-flex justify-content-center mb-3 text-center" i18n>
Features Features
</h3> </h3>
<mat-card class="mb-4"> <div class="mb-4">
<mat-card-content> <p>
<p> Check out the numerous features of <strong>Ghostfolio</strong> to
Check out the numerous features of <strong>Ghostfolio</strong> to manage your wealth.
manage your wealth. </p>
</p> </div>
</mat-card-content>
</mat-card>
<div class="row"> <div class="row">
<div class="col-xs-12 col-md-4 mb-3"> <div class="col-xs-12 col-md-4 mb-3">
<mat-card class="d-flex flex-column h-100"> <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) { :host-context(.is-dark-theme) {
color: rgb(var(--light-primary-text)); color: rgb(var(--light-primary-text));
a {
color: rgb(var(--light-primary-text));
}
} }

Loading…
Cancel
Save