mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Fixed up the responsiveness on the discover page
This commit is contained in:
parent
df022b4863
commit
c1cdb91bf1
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue