UI tweaks

This commit is contained in:
sairaj mote 2021-09-25 19:49:01 +05:30
parent 76e8ca1838
commit 192aa514bb

View File

@ -109,7 +109,7 @@
#result_box { #result_box {
display: grid; display: grid;
gap: 0.5rem; gap: 0.5rem;
align-items: center; align-content: center;
} }
#result_box time { #result_box time {
@ -126,8 +126,8 @@
overflow-wrap: break-word; overflow-wrap: break-word;
} }
#result_box h2 { #result_box h3 {
text-transform: capitalize; letter-spacing: 0.02em;
} }
.transaction-link { .transaction-link {