Fixing header margin and Lightning charts

This commit is contained in:
softsimon
2023-05-06 00:08:26 +04:00
parent 3425f2e390
commit e5ae2f6ef6
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>