Merged in feature/MAPG-57-decrease-results-margin (pull request #34)

MAPG-57 decrease result's margin to minimal in case of low height
This commit is contained in:
Bence Pőcze 2020-05-23 00:08:41 +00:00
commit b2ac6d774b

View File

@ -274,5 +274,11 @@ div.buttonContainer.bottom {
top: 40px;
height: initial;
}
#guess.result {
left: 20px;
right: 20px;
bottom: 30px;
}
}
}