diff --git a/src/app/view/home/block-detail-list/block-detail-list.component.html b/src/app/view/home/block-detail-list/block-detail-list.component.html
index 05ea132..8834194 100644
--- a/src/app/view/home/block-detail-list/block-detail-list.component.html
+++ b/src/app/view/home/block-detail-list/block-detail-list.component.html
@@ -60,19 +60,40 @@
title="Target / Total Block Difficulty"
[ngClass]="latestblockdetail.blink == true ? 'item-highlight' : ''"
>
+
-
- Cuckoo : {{ latestblockdetail.targetdifficultycuckatoo | number }} /
- {{ latestblockdetail.TotalDifficultyCuckatoo | number }}
-
-
+
+
Cuckoo
+
+ Target Difficulty:{{ latestblockdetail.targetdifficultycuckatoo | number }}
+ Total Difficulty{{ latestblockdetail.TotalDifficultyCuckatoo | number }}
+
+
+
+
+
ProgPow
+
+ Target Difficulty:{{ latestblockdetail.targetdifficultyprogpow | number }}
+ Total Difficulty{{ latestblockdetail.TotalDifficultyProgpow | number }}
+
+
+
+
+
RandomX
+
+ Target Difficulty:{{ latestblockdetail.targetdifficultyrandomx | number }}
+ Total Difficulty{{ latestblockdetail.TotalDifficultyRandomx | number }}
+
+
+
+
diff --git a/src/assets/css/style.css b/src/assets/css/style.css
index c548b6d..d013216 100644
--- a/src/assets/css/style.css
+++ b/src/assets/css/style.css
@@ -288,6 +288,9 @@ a:focus {
padding: 20px;
transition: 0.3s linear all;
min-height: 100%;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
}
.detail_div .count {
font-size: 25px;