layout changes

This commit is contained in:
Jonas Winkler
2020-11-22 19:30:55 +01:00
parent 6c0e0755b9
commit 63953b85e9
3 changed files with 15 additions and 11 deletions

View File

@@ -101,8 +101,9 @@
</tbody>
</table>
<div class="row justify-content-left" *ngIf="displayMode == 'smallCards'">
<app-document-card-small [document]="d" *ngFor="let d of docs.documents"></app-document-card-small>
<div class=" m-n2 row" *ngIf="displayMode == 'smallCards'">
<app-document-card-small [document]="d" *ngFor="let d of docs.documents"></app-document-card-small>
</div>
<p *ngIf="docs.documents.length == 0" class="mx-auto">No results</p>