Difficulty mining css updates

This commit is contained in:
softsimon 2023-03-21 21:25:37 +09:00
parent ae6a408c05
commit 1a6048f0ab
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7
2 changed files with 3 additions and 1 deletions

View File

@ -156,4 +156,5 @@
.symbol { .symbol {
font-size: 13px; font-size: 13px;
white-space: nowrap;
} }

View File

@ -30,7 +30,7 @@
} }
} }
.card-text { .card-text {
font-size: 20px; font-size: 18px;
margin: auto; margin: auto;
position: relative; position: relative;
} }
@ -160,6 +160,7 @@
.symbol { .symbol {
font-size: 13px; font-size: 13px;
white-space: nowrap;
} }
.epoch-progress { .epoch-progress {