[accelerator] slim summary screen

This commit is contained in:
Mononaut
2024-06-30 03:43:28 +00:00
parent bf37affe47
commit d059c5ca27
4 changed files with 47 additions and 49 deletions

View File

@@ -171,4 +171,17 @@
.btn-small-height {
line-height: 1;
}
.summary-row {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 0 2em;
flex-wrap: wrap;
@media (max-width: 640px) {
flex-direction: column;
}
}