Fix page elements obscured by bottom nav bar on mobile

This commit is contained in:
Mononaut
2023-01-13 11:31:56 -06:00
parent 43e7328f6f
commit fbd8e0588c
10 changed files with 21 additions and 2 deletions

View File

@@ -122,6 +122,9 @@
[collectionSize]="blocksCount" [rotate]="true" [maxSize]="maxSize" [pageSize]="15" [(page)]="page"
(pageChange)="pageChange(page)" [boundaryLinks]="true" [ellipses]="false">
</ngb-pagination>
<div class="clearfix"></div>
<br>
</div>
</div>

View File

@@ -6,7 +6,6 @@
.container-xl {
max-width: 1400px;
padding-bottom: 100px;
}
.container-xl.widget {
padding-left: 0px;