break graph toggles into another line earlier

This commit is contained in:
nymkappa 2023-06-21 18:06:14 +02:00 committed by Mononaut
parent ca1a1228a9
commit 85e33e689d
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

View File

@ -53,17 +53,17 @@
} }
} }
.formRadioGroup.mining { .formRadioGroup.mining {
@media (min-width: 991px) { @media (min-width: 1035px) {
position: relative; position: relative;
top: -100px; top: -100px;
} }
@media (min-width: 830px) and (max-width: 991px) { @media (min-width: 830px) and (max-width: 1035px) {
position: relative; position: relative;
top: 0px; top: 0px;
} }
} }
.formRadioGroup.no-menu { .formRadioGroup.no-menu {
@media (min-width: 991px) { @media (min-width: 1035px) {
position: relative; position: relative;
top: -33px; top: -33px;
} }