Change tx tracker layout

This commit is contained in:
Mononaut
2024-04-13 13:56:29 +00:00
parent aeb54f59f1
commit d4f51979d4
2 changed files with 41 additions and 43 deletions

View File

@@ -107,14 +107,19 @@
.bottom-panel {
flex-grow: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
.explainer {
margin: 0 1em;
text-align: center;
}
}
.progress-icon {
font-size: clamp(30px, 20vw, 150px);
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.footer-link {