fix modal ux counter position

This commit is contained in:
2021-05-05 18:45:51 +02:00
parent 30f490959b
commit 3b53c4451c
2 changed files with 7 additions and 4 deletions

View File

@@ -115,7 +115,9 @@ div.modal-body.up {
}
div.results {
div.count {
margin: -0.5em 0 0.7em;;
margin: -0.5em 0 0.7em;
display: flex;
justify-content: space-between;
}
div.list-item {
line-height: 26pt;