Fix title styles.

This commit is contained in:
Miguel Medeiros
2021-10-26 21:47:17 -03:00
parent 764eeb17ec
commit 873f214245
14 changed files with 245 additions and 206 deletions

View File

@@ -1,7 +1,7 @@
<div class="container-xl" *ngIf="mempoolBlock$ | async as mempoolBlock">
<div class="title-block">
<h1 class="float-left">{{ ordinal$ | async }}</h1>
<h1>{{ ordinal$ | async }}</h1>
<button [routerLink]="['/' | relativeUrl]" class="btn btn-sm float-right">&#10005;</button>
</div>