Change download button position so it's not hidden on mobile

This commit is contained in:
nymkappa
2022-05-05 17:48:57 +09:00
parent 5fa3769f33
commit 73406d36b0
14 changed files with 22 additions and 22 deletions

View File

@@ -53,11 +53,11 @@
}
}
.formRadioGroup.mining {
@media (min-width: 1130px) {
@media (min-width: 991px) {
position: relative;
top: -65px;
}
@media (min-width: 830px) and (max-width: 1130px) {
@media (min-width: 830px) and (max-width: 991px) {
position: relative;
top: 0px;
}