0.0.124 upd partners and for customer page

This commit is contained in:
2023-09-04 10:42:20 +03:00
parent 27db6bd53f
commit 436cd9aa58
8 changed files with 173 additions and 3 deletions

View File

@@ -1716,10 +1716,11 @@ button#more_button{
}
.benefit_img{
display: flex;
height: 211px;
height: fit-content;
align-items: flex-start;
gap: 74px;
justify-content: center;
margin-bottom: 20px
}
@@ -1753,7 +1754,7 @@ button#more_button{
}
.bottom_block_static>form>.inputs_l{
margin: auto;
padding: 10px;
padding: 0px 10px 10px 10px;
width: 30%;
}
.bottom_block_static>form>.button_register{
@@ -1781,6 +1782,14 @@ button#more_button{
}
.benefit_img_item{
width: 20%;
}
.benefit_img_item>span, h3{
text-align: center;
margin-bottom: 10px;
}
/*end_static_pages*/
/*my routes END*/