diff --git a/site/index.html b/site/index.html index f334961..7b20eea 100644 --- a/site/index.html +++ b/site/index.html @@ -130,6 +130,16 @@

Each file’s diff and explanation, side by side.

+
+ + Or an open-source repo: + + + + + +
+
-
- - Or an open-source repo: - - - - - -
-
diff --git a/site/styles.css b/site/styles.css index 2b4a142..680dcc6 100644 --- a/site/styles.css +++ b/site/styles.css @@ -883,7 +883,7 @@ code { } .hero__command { - margin-top: 28px; + margin-top: 8px; align-items: center; background: var(--ink); border-radius: 5px; @@ -1366,7 +1366,7 @@ code { display: flex; flex-wrap: wrap; gap: 4px 16px; - margin-top: 8px; + margin-top: 20px; pointer-events: auto; }