Skip to content

Commit

Permalink
EPMRPP-89730 || font size fix (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim73i authored Mar 1, 2024
1 parent dfb5a22 commit 2dea377
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/containers/InstallationPage/InstallationPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,10 @@
padding-top: 160px;
}

h3 {
h4 {
@include m.font-poppins(v.$fw-bold);

font-size: 24px;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ export const KubernetesContent: FC = () => {
We use Helm package manager charts to bootstrap a ReportPortal deployment on a Kubernetes
cluster.
</p>
<h3>Prerequisites</h3>
<h4>Prerequisites</h4>
<Notice>Min requirements for a ReportPortal 1-node solution: 2 CPUs and 6Gi of memory</Notice>
<p>Required versions:</p>
<ul className={classNames(getBlocksWith('__list'), getBlocksWith('__main-list'))}>
<li>Kubernetes v1.26+</li>
<li>Helm Package Manager v3.4+</li>
</ul>
<h3>Chart installation</h3>
<h4>Chart installation</h4>
<p>Add the official ReportPortal Helm Chart repository:</p>
<Text className={getBlocksWith('__code')} code copyable>
helm repo add reportportal https://reportportal.io/kubernetes && helm repo update
Expand Down

0 comments on commit 2dea377

Please sign in to comment.