Updated look of buttons and several home page elements

This commit is contained in:
Isaac Abadi
2021-08-01 20:41:13 -06:00
parent 34245bd339
commit dac5919ffb
4 changed files with 13 additions and 5 deletions

View File

@@ -28,7 +28,7 @@
</div>
</div>
<div>
<div class="container">
<div class="container" style="margin-bottom: 16px">
<div class="row justify-content-center">
<ng-container *ngIf="normal_files_received && paged_data">
<div *ngFor="let file of paged_data; let i = index" class="mb-2 mt-2 d-flex justify-content-center" [ngClass]="[ postsService.card_size === 'small' ? 'col-2 small-col' : '', postsService.card_size === 'medium' ? 'col-6 col-lg-4 medium-col' : '', postsService.card_size === 'large' ? 'col-12 large-col' : '' ]">