MAPG-57 decrease result's margin to minimal in case of low height

This commit is contained in:
Bence Pőcze 2020-05-23 01:34:40 +02:00
parent d6cafdeb06
commit 8fa8b501ed

View File

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