[CST-15591] Fixed headings by their rank

This commit is contained in:
Alisa Ismailati
2024-07-19 14:54:39 +02:00
parent 1efa88641b
commit 703945c804
11 changed files with 25 additions and 25 deletions

View File

@@ -51,7 +51,7 @@
<ng-template #noFileUploaded>
<div class="row">
<div class="col-md-12">
<h3 class="text-center"><span class="text-muted">{{'submission.sections.upload.no-file-uploaded' | translate}}</span></h3>
<div class="text-center h3"><span class="text-muted">{{'submission.sections.upload.no-file-uploaded' | translate}}</span></div>
</div>
</div>
</ng-template>