fixed padding on search-results

This commit is contained in:
Eraldo Hasanaj
2019-02-10 12:42:35 +01:00
parent 6b7495b47f
commit 9ce0c6869c
2 changed files with 5 additions and 1 deletions

View File

@@ -123,4 +123,8 @@
.type-icon-container {
padding-top: 3px;
}
.publisher {
max-width: 300px;
}

View File

@@ -11,8 +11,8 @@
<app-product-card *ngFor="let product of products" [product]="product">
</app-product-card>
</div>
<!-- [style.padding.px]="30" -->
<app-loading
[style.padding.px]="30"
loading="true"
text="Inhalte werden geladen"
></app-loading>