Fixed up the responsiveness on the discover page

This commit is contained in:
tidusjar 2019-02-21 22:07:52 +00:00
commit c1cdb91bf1

View file

@ -9,7 +9,7 @@
</div>
<div *ngIf="discoverResults" class="row full-height">
<div class="col-lg-2 col-md-2 col-4 small-padding" *ngFor="let result of discoverResults">
<div class="col-xl-2 col-lg-3 col-md-3 col-6 col-sm-4 small-padding" *ngFor="let result of discoverResults">
<discover-card [result]="result"></discover-card>
</div>
</div>