Skip to content

Commit 3ed77e3

Browse files
committed
deploy: 442a7e2
1 parent 0b5da7c commit 3ed77e3

2 files changed

Lines changed: 126 additions & 0 deletions

File tree

Lines changed: 109 additions & 0 deletions
Loading

index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,19 @@
108108
letter-spacing: -0.01em;
109109
}
110110

111+
.diagram {
112+
max-width: 720px;
113+
margin: 0 auto;
114+
padding: 0 1.5rem 3rem;
115+
text-align: center;
116+
}
117+
.diagram img {
118+
max-width: 100%;
119+
height: auto;
120+
border-radius: 8px;
121+
border: 1px solid var(--border);
122+
}
123+
111124
/* Story sections */
112125
main {
113126
max-width: 720px;
@@ -244,6 +257,10 @@ <h1>Machine Payment Control Protocol (MPCP)</h1>
244257
<p class="tagline">The authorization layer for machine commerce.</p>
245258
</header>
246259

260+
<div class="diagram">
261+
<img src="/assets/mpcp-vs-traditional-payments.svg" alt="MPCP vs traditional payments" width="700" height="350">
262+
</div>
263+
247264
<main>
248265
<section>
249266
<h2>The problem</h2>

0 commit comments

Comments
 (0)