sadasd
All checks were successful
Deploy / deploy-staging (push) Successful in 5s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-05-04 03:10:09 +02:00
parent c3ba24e939
commit 979b15d4d8
3 changed files with 21 additions and 45 deletions

View File

@@ -1,15 +1,6 @@
#fx-rates-app,
#fx-rates-currencies {
display: grid;
gap: 16px;
}
.fx-submenu-row {
display: flex;
gap: 14px;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
display: contents;
}
.fx-section-head {
@@ -284,7 +275,6 @@
flex-direction: column;
}
.fx-submenu-row,
.fx-card-head {
align-items: flex-start;
}