We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2769c98 commit ff1bb23Copy full SHA for ff1bb23
1 file changed
client/app/front-office/components/home-block/home-block.component.html
@@ -1,7 +1,7 @@
1
@if (!editMode) {
2
<div class="bloc">
3
<div class="mat-font-headline-sm title">{{ form.get('title')?.value }}</div>
4
- <div class="bloc-description mat-font-title-md">{{ form.get('description')?.value }}</div>
+ <div class="bloc-description mat-font-body-md">{{ form.get('description')?.value }}</div>
5
<a matButton="filled" [routerLink]="form.get('buttonLink')?.value">
6
{{ form.get('buttonLabel')?.value }}
7
</a>
0 commit comments