diff --git a/index.html b/index.html index efb588f..54852a4 100644 --- a/index.html +++ b/index.html @@ -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 {