Fix bisq quirks

This commit is contained in:
hunicus 2023-05-11 18:48:53 -04:00
parent a4bf545993
commit 982f1e007a
No known key found for this signature in database
GPG Key ID: 24837C51B6D81FD9
2 changed files with 3 additions and 6 deletions

View File

@ -1,11 +1,6 @@
.pagination-container {
float: none;
margin-bottom: 200px;
@media(min-width: 400px){
float: right;
}
}
.container-xl {
padding-bottom: 110px;
}

View File

@ -82,7 +82,9 @@
<br />
<router-outlet></router-outlet>
<main>
<router-outlet></router-outlet>
</main>
<app-global-footer></app-global-footer>