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