This commit is contained in:
2023-11-29 20:39:49 +03:00
parent f7e032a5bc
commit 039985fe5f
3 changed files with 17 additions and 1 deletions

View File

@@ -1737,6 +1737,21 @@
@media (max-width: 466px) {
.switch{
width: 235px;
flex-wrap: wrap;
height: unset;
padding: 10px;
}
.form_radio_btn{
margin-bottom: unset;
width: unset;
height: unset;
}
.form_radio_btn label{
height: 30px;
}
.header_buttons{
display: none;
}