Slight margin fix

This commit is contained in:
softsimon 2023-06-18 18:04:32 +02:00
parent 98be07f5ef
commit 23dffb4ca2
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7
2 changed files with 4 additions and 4 deletions

View File

@ -21,5 +21,6 @@
} }
.sats { .sats {
font-size: 25px; font-size: 20px;
margin-left: 5px;
} }

View File

@ -188,14 +188,13 @@ import { OnlyVsizeDirective, OnlyWeightDirective } from './components/weight-dir
TestnetAlertComponent, TestnetAlertComponent,
GlobalFooterComponent, GlobalFooterComponent,
CalculatorComponent, CalculatorComponent,
BitcoinsatoshisPipe,
MempoolBlockOverviewComponent, MempoolBlockOverviewComponent,
ClockchainComponent, ClockchainComponent,
ClockComponent, ClockComponent,
CalculatorComponent,
ClockFaceComponent, ClockFaceComponent,
OnlyVsizeDirective, OnlyVsizeDirective,
OnlyWeightDirective, OnlyWeightDirective
BitcoinsatoshisPipe
], ],
imports: [ imports: [
CommonModule, CommonModule,