0.0.140 fix small bugs

This commit is contained in:
2023-09-19 13:38:41 +03:00
parent 914133e73e
commit d0359907d7
5 changed files with 43 additions and 11 deletions

View File

@@ -1132,14 +1132,14 @@
text-align: right;
}
.splliter-left-right-part-carrier-card{
border: 1px solid #E6E6E6;
height: 100%;
display: inline-block;
transform: rotate(180deg) ;
position: relative;
left: 70%;
}
/*.splliter-left-right-part-carrier-card{*/
/* border: 1px solid #E6E6E6;*/
/* height: 100%;*/
/* display: inline-block;*/
/* transform: rotate(180deg) ;*/
/* position: relative;*/
/* left: 70%;*/
/*}*/
.inf_carrier{
padding-top: 15px;

View File

@@ -1680,6 +1680,12 @@ h2#title_static{
line-height: 52px;
margin-bottom: 20px;
}
.title_static_wrapper{
text-align: center;
}
.title_static_wrapper>h2#title_static{
display: inline-block;
}
span#sub_title_static{
display: block;
text-align: center;
@@ -1961,6 +1967,19 @@ button#send_feedback_form{
padding-top: 5%;
}
.color_title{
color: #FF613A;
text-align: center;
font-family: Inter;
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: 52px;
margin-bottom: 20px;
}
/*end_static_pages*/
/*my routes END*/