0.0.124 upd about_service static_page

This commit is contained in:
2023-09-04 08:33:07 +03:00
parent aef46d5d9c
commit 27db6bd53f
3 changed files with 33 additions and 8 deletions

View File

@@ -1644,7 +1644,7 @@ span#sub_title_static{
line-height: 22px;
}
button#more_button{
display: block;
display: inline-block;
height: 60px;
width: 20%;
background: #FF613A;
@@ -1760,6 +1760,25 @@ button#more_button{
margin: auto;
padding: 10px;
width: 30%;
}
.button_container{
text-align: center;
}
#how_it_work_b{
border-radius: 10px;
background: #E6E6E6;
width: 20%;
height: 60px;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 26px;
color: rgba(39, 36, 36, 0.60);
}
/*end_static_pages*/