Fixing header margin and Lightning charts

This commit is contained in:
softsimon
2023-05-06 00:08:26 +04:00
parent 7d0de5cea0
commit ecb69d5295
4 changed files with 35 additions and 21 deletions

View File

@@ -64,8 +64,7 @@
<app-testnet-alert *ngIf="network.val === 'testnet' || network.val === 'signet'"></app-testnet-alert>
<br />
<main>
<main style="margin-top: 24px;">
<router-outlet></router-outlet>
</main>