0.0.17
This commit is contained in:
@@ -104,6 +104,15 @@ body,html{
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
.semi_large_light{
|
||||
color: #000000;
|
||||
font-family: -apple-system, 'Raleway-Regular', sans-serif;
|
||||
font-size: 18px;
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
.medium_txt{
|
||||
color: #000000;
|
||||
font-family: -apple-system, 'Raleway-Regular', sans-serif;
|
||||
@@ -233,13 +242,20 @@ body,html{
|
||||
}
|
||||
|
||||
.left_part_service{
|
||||
width: 30%;
|
||||
width: 60px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.service_img{
|
||||
object-fit: cover;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.right_part_service{
|
||||
width: 65%;
|
||||
width: calc(100% - 80px);
|
||||
float: right;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.right_part_service.w_100{
|
||||
|
||||
Reference in New Issue
Block a user