parent
dbc89ee471
commit
7e746ded59
5 changed files with 64 additions and 9 deletions
@ -1,3 +1,22 @@ |
|||||||
.TrustContainer{ |
.TrustContainer{ |
||||||
margin-top:25px; |
margin-top:25px; |
||||||
|
display: flex; |
||||||
|
direction: rtl; |
||||||
|
align-items: center; |
||||||
|
width:85%; |
||||||
|
} |
||||||
|
.TrustContainer div{ |
||||||
|
margin: 15px; |
||||||
|
} |
||||||
|
.TrustContainer .TrustTitle{ |
||||||
|
width:20%; |
||||||
|
font-size: 18px; |
||||||
|
font-weight: bold; |
||||||
|
padding-right: 10px; |
||||||
|
border-right:5px solid gray; |
||||||
|
} |
||||||
|
.TrustContainer .TrustCostumersContainer{ |
||||||
|
display: flex; |
||||||
|
width: 80%; |
||||||
|
justify-content: space-between; |
||||||
} |
} |
After Width: | Height: | Size: 371 KiB |
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 96 KiB |
Before Width: | Height: | Size: 112 KiB |
Loading…
Reference in new issue