This commit is contained in:
SBD
2024-01-19 17:52:51 +03:00
parent 1b588dd1fc
commit 896ed3df6c
2 changed files with 59 additions and 41 deletions

View File

@@ -838,13 +838,13 @@ body.n_scroll{
}
.footer_els_container{
width: 84%;
width: calc(100% - 200px);
display: flex;
flex-wrap: wrap;
}
.footer_el{
width: 30%;
width: 200px;
margin-right: 50px;
margin-bottom: 20px;
}
@@ -865,7 +865,7 @@ body.n_scroll{
}
.right_part_footer{
width: 15%;
width: 200px;
}
.footer_el_childs{
margin-top: 20px;