Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/Page/templates/page/architecture.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
</div>
</section>

<section style="background:var(--surface-2);border-top:1px solid var(--border-soft);border-bottom:1px solid var(--border-soft);">
<section style="background:var(--surface-2);border-top:1px solid var(--border-soft);border-bottom:1px solid var(--border-soft);" id="middleware-flow">
<div class="wrap">
<div class="section-head">
<span class="eyebrow">Middleware flow</span>
Expand Down Expand Up @@ -398,7 +398,7 @@
</section>

<section>
<div class="wrap">
<div class="wrap" id="library-flow">
<div class="section-head">
<span class="eyebrow">Library flow</span>
<h2>The packages underneath, in the same order</h2>
Expand Down Expand Up @@ -447,7 +447,7 @@
<div class="lib-node is-edge">Response</div>
</div>

<div class="libflow">
<div class="libflow" id="library-flow-email">
<h4>Flow for sending an email</h4>
<p class="libflow-sub">Identical until the domain layer, where <code>dot-mail</code> joins in.</p>

Expand Down