diff --git a/index.html b/index.html index c6139cb..557cbf2 100644 --- a/index.html +++ b/index.html @@ -79,6 +79,11 @@ display: inline-flex; text-align: center; flex-direction: column; + + .divider { + border-top: 1px dashed var(--l2); + margin: 0.7em 2em 1em 2em; + } } @@ -128,19 +133,20 @@