We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b5da7c commit 3ed77e3Copy full SHA for 3ed77e3
2 files changed
assets/mpcp-vs-traditional-payments.svg
index.html
@@ -108,6 +108,19 @@
108
letter-spacing: -0.01em;
109
}
110
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
+
124
/* Story sections */
125
main {
126
max-width: 720px;
@@ -244,6 +257,10 @@ <h1>Machine Payment Control Protocol (MPCP)</h1>
244
257
<p class="tagline">The authorization layer for machine commerce.</p>
245
258
</header>
246
259
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
247
264
<main>
248
265
<section>
249
266
<h2>The problem</h2>
0 commit comments