This commit is contained in:
SBD
2024-01-19 19:52:51 +03:00
parent 6c588496c8
commit c819256099
3 changed files with 16 additions and 1 deletions

View File

@@ -287,6 +287,9 @@
}
@media (max-width: 800px) {
.w_one_present{
padding: 0;
}
.plugin_container{
margin: 0 0 1% 0;
}
@@ -493,4 +496,10 @@
.descript_process_container{
width: 180px;
}
}
@media (max-width: 380px) {
.descript_process_container{
margin-bottom: 15px;
}
}