UI changes
This commit is contained in:
parent
8dee013ff4
commit
14e27ecd44
@ -364,6 +364,7 @@ section:nth-of-type(4) p {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
#partners a .icon,
|
#partners a .icon,
|
||||||
#partners li:not(li:has(a)) .icon {
|
#partners li:not(li:has(a)) .icon {
|
||||||
|
|||||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -326,6 +326,7 @@ section {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
text-decoration: none;
|
||||||
.icon {
|
.icon {
|
||||||
width: 2rem;
|
width: 2rem;
|
||||||
height: 2rem;
|
height: 2rem;
|
||||||
|
|||||||
24
index.html
24
index.html
@ -141,23 +141,23 @@
|
|||||||
<h4 class="section-header">
|
<h4 class="section-header">
|
||||||
Structure
|
Structure
|
||||||
</h4>
|
</h4>
|
||||||
<ul class="grid gap-1 justify-content-center text-center">
|
<div class="grid gap-1 justify-content-center text-center">
|
||||||
<li>
|
<p>
|
||||||
Client side team (Management, Technology, and Finance)
|
Client side team (Management, Technology, and Finance)
|
||||||
</li>
|
</p>
|
||||||
<li>
|
<p>
|
||||||
Formal approval from board Or higher management
|
Formal approval from board Or higher management
|
||||||
</li>
|
</p>
|
||||||
<li>
|
<p>
|
||||||
Project B team (Technology, Financial Structure Design)
|
Project B team (Technology, Financial Structure Design)
|
||||||
</li>
|
</p>
|
||||||
<li>
|
<p>
|
||||||
Regulatory Team (KYC, Financial Controls, AML)
|
Regulatory Team (KYC, Financial Controls, AML)
|
||||||
</li>
|
</p>
|
||||||
<li>
|
<p>
|
||||||
Allocation of dedicated budget (by client)
|
Allocation of dedicated budget (by client)
|
||||||
</li>
|
</p>
|
||||||
</ul>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section id="economics_section">
|
<section id="economics_section">
|
||||||
<h4 class="section-header">
|
<h4 class="section-header">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user