Difficulty mining css updates

This commit is contained in:
softsimon 2023-03-21 21:25:37 +09:00
parent 349a1c3ae1
commit 02cc398ab0
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 {