add padding on award modal on mobile so buttons dont get covered by success message

pull/148/head
Aevann 2023-05-11 15:43:23 +03:00
parent 7ebfd9808d
commit a53d0095fe
1 changed files with 6 additions and 0 deletions

View File

@ -7423,3 +7423,9 @@ th.disable-sort-click[disabled] {
#expandImageModal a {
pointer-events: auto;
}
@media (max-width: 768px) {
#award_price_block {
margin-bottom: 50px;
}
}