This commit is contained in:
SBD
2024-01-31 12:36:40 +03:00
parent 5a0f058e88
commit f7c355469a
3 changed files with 8 additions and 2 deletions

View File

@@ -955,7 +955,7 @@ body.n_scroll{
width: 100%; width: 100%;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: center; justify-content: left;
} }
.how_dev_widget{ .how_dev_widget{

View File

@@ -297,6 +297,12 @@
} }
@media (max-width: 800px) { @media (max-width: 800px) {
.how_dev_container_widgets {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.mobile_switchers_f_projects{ .mobile_switchers_f_projects{
display: block; display: block;
margin-top: 10px; margin-top: 10px;