diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css index ff9084b..4ad42c5 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css @@ -158,7 +158,7 @@ small { color: var(--text-muted); } .about-table td { padding: 0.5rem 0.6rem; border-bottom: 1px solid var(--border); } .about-table tr:last-child td { border-bottom: none; } .about-table td:first-child { color: var(--text-muted); width: 40%; } -.footer { display: flex; justify-content: space-between; align-items: baseline; } +.footer { display: flex; justify-content: space-between; align-items: baseline; margin-top: 1.1rem; } .full-row { grid-column: 1 / -1; } .copyright { color: var(--text-muted); font-size: 0.75rem; opacity: 0.7; } .copyright a { color: var(--accent-green); text-decoration: none; }