Завершена адаптация под телефон

This commit is contained in:
none 2024-02-02 20:34:45 +03:00
parent a0782bd5e8
commit dcb24918a0
2 changed files with 17 additions and 1 deletions

View File

@ -108,3 +108,19 @@ body {
font-family: 'Mulish', sans-serif;
}
.empty_box {
flex: 1;
}
/* Действия при разрешении телефона */
@media (max-width: 900px) {
.empty_box {
flex: 0;
}
.soc_buttons {
justify-content: right;
}
}

View File

@ -44,7 +44,7 @@ app.index_string = '''
</div>
<div style="flex: 1 1 0%;"></div>
<div class="empty_box"></div>
</div>